From 72eeca1f037261ca2802da79ff1feff813e26e48 Mon Sep 17 00:00:00 2001 From: bunnei Date: Sat, 14 Oct 2017 22:50:04 -0400 Subject: hle: Add service stubs for apm and appletOE. --- src/core/hle/service/lm/lm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/lm/lm.cpp') diff --git a/src/core/hle/service/lm/lm.cpp b/src/core/hle/service/lm/lm.cpp index 7296b531b..3c5fa7de3 100644 --- a/src/core/hle/service/lm/lm.cpp +++ b/src/core/hle/service/lm/lm.cpp @@ -14,7 +14,7 @@ void InstallInterfaces(SM::ServiceManager& service_manager) { } /** - * SRV::Initialize service function + * LM::Initialize service function * Inputs: * 0: 0x00000000 * Outputs: -- cgit v1.2.3