Serialize NIM, PS, PXI, SOC, SSL services

This commit is contained in:
Hamish Milne 2020-01-01 00:58:36 +00:00 committed by zhupengfei
parent 2409ee39cb
commit 571b1062f0
15 changed files with 66 additions and 8 deletions

View file

@ -2,8 +2,11 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "common/archives.h"
#include "core/hle/service/pxi/dev.h"
SERIALIZE_EXPORT_IMPL(Service::PXI::DEV)
namespace Service::PXI {
DEV::DEV() : ServiceFramework("pxi:dev", 1) {

View file

@ -16,3 +16,5 @@ public:
};
} // namespace Service::PXI
BOOST_CLASS_EXPORT_KEY(Service::PXI::DEV)