summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ngct/ngct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ngct/ngct.h')
-rw-r--r--src/core/hle/service/ngct/ngct.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/core/hle/service/ngct/ngct.h b/src/core/hle/service/ngct/ngct.h
index 370bd4a25..27c34dad4 100644
--- a/src/core/hle/service/ngct/ngct.h
+++ b/src/core/hle/service/ngct/ngct.h
@@ -7,13 +7,8 @@ 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);
+void LoopProcess(Core::System& system);
} // namespace Service::NGCT