service: Add the basic skeleton for the NPNS services

This commit is contained in:
Lioncash
2018-10-21 17:01:01 -04:00
parent 981faea4d6
commit ca5a93167e
4 changed files with 109 additions and 2 deletions

View File

@ -0,0 +1,15 @@
// Copyright 2018 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
namespace Service::SM {
class ServiceManager;
}
namespace Service::NPNS {
void InstallInterfaces(SM::ServiceManager& sm);
} // namespace Service::NPNS