early-access version 2017

This commit is contained in:
pineappleEA
2021-08-29 06:00:11 +02:00
parent e98d772366
commit 5153ac0d6d
8 changed files with 75 additions and 6 deletions

View File

@@ -0,0 +1,20 @@
// Copyright 2021 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included
#pragma once
namespace Core {
class System;
}
namespace Service::SM {
class ServiceManager;
}
namespace Service::NGCT {
/// Registers all NGCT services with the specified service manager.
void InstallInterfaces(SM::ServiceManager& service_manager, Core::System& system);
} // namespace Service::NGCT