Serialize PTM service
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "common/archives.h"
|
||||
#include "core/hle/ipc_helpers.h"
|
||||
#include "core/hle/service/pm/pm_app.h"
|
||||
|
||||
SERIALIZE_EXPORT_IMPL(Service::PM::PM_APP)
|
||||
|
||||
namespace Service::PM {
|
||||
|
||||
PM_APP::PM_APP() : ServiceFramework("pm:app", 3) {
|
||||
|
@@ -15,3 +15,5 @@ public:
|
||||
};
|
||||
|
||||
} // namespace Service::PM
|
||||
|
||||
BOOST_CLASS_EXPORT_KEY(Service::PM::PM_APP)
|
||||
|
@@ -2,9 +2,12 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "common/archives.h"
|
||||
#include "core/hle/ipc_helpers.h"
|
||||
#include "core/hle/service/pm/pm_dbg.h"
|
||||
|
||||
SERIALIZE_EXPORT_IMPL(Service::PM::PM_DBG)
|
||||
|
||||
namespace Service::PM {
|
||||
|
||||
PM_DBG::PM_DBG() : ServiceFramework("pm:dbg", 3) {
|
||||
|
@@ -15,3 +15,5 @@ public:
|
||||
};
|
||||
|
||||
} // namespace Service::PM
|
||||
|
||||
BOOST_CLASS_EXPORT_KEY(Service::PM::PM_DBG)
|
||||
|
Reference in New Issue
Block a user