diff options
Diffstat (limited to 'src/core/hle/service/glue/glue.h')
-rw-r--r-- | src/core/hle/service/glue/glue.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/glue/glue.h b/src/core/hle/service/glue/glue.h index ae7c6d235..2a906f5ad 100644 --- a/src/core/hle/service/glue/glue.h +++ b/src/core/hle/service/glue/glue.h @@ -9,7 +9,6 @@ class System; namespace Service::Glue { -/// Registers all Glue services with the specified service manager. -void InstallInterfaces(Core::System& system); +void LoopProcess(Core::System& system); } // namespace Service::Glue |