diff options
| author | 2017-10-14 22:50:04 -0400 | |
|---|---|---|
| committer | 2017-10-14 22:50:04 -0400 | |
| commit | 72eeca1f037261ca2802da79ff1feff813e26e48 (patch) | |
| tree | 19c5b2e89cd832f8a87dcc82e415553dceb01060 /src/core/hle/service/lm | |
| parent | hle: Initial implementation of NX service framework and IPC. (diff) | |
| download | yuzu-72eeca1f037261ca2802da79ff1feff813e26e48.tar.gz yuzu-72eeca1f037261ca2802da79ff1feff813e26e48.tar.xz yuzu-72eeca1f037261ca2802da79ff1feff813e26e48.zip | |
hle: Add service stubs for apm and appletOE.
Diffstat (limited to 'src/core/hle/service/lm')
| -rw-r--r-- | src/core/hle/service/lm/lm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | /** | 16 | /** |
| 17 | * SRV::Initialize service function | 17 | * LM::Initialize service function |
| 18 | * Inputs: | 18 | * Inputs: |
| 19 | * 0: 0x00000000 | 19 | * 0: 0x00000000 |
| 20 | * Outputs: | 20 | * Outputs: |