service: ptm: Rewrite PSM and add TS

This commit is contained in:
german77
2022-06-26 18:48:12 -05:00
committed by Narr the Reg
parent d3da378c46
commit 2bad788ead
10 changed files with 189 additions and 90 deletions
+18
View File
@@ -0,0 +1,18 @@
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
namespace Core {
class System;
}
namespace Service::SM {
class ServiceManager;
}
namespace Service::PTM {
void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
} // namespace Service::PTM