summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldr/ldr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ldr/ldr.h')
-rw-r--r--src/core/hle/service/ldr/ldr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ldr/ldr.h b/src/core/hle/service/ldr/ldr.h
index 412410c4f..7ac8c0b65 100644
--- a/src/core/hle/service/ldr/ldr.h
+++ b/src/core/hle/service/ldr/ldr.h
@@ -11,6 +11,6 @@ class ServiceManager;
namespace Service::LDR {
/// Registers all LDR services with the specified service manager.
-void InstallInterfaces(SM::ServiceManager& sm);
+void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
} // namespace Service::LDR