diff options
author | VolcaEM <63682805+VolcaEM@users.noreply.github.com> | 2020-07-02 09:02:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 09:02:55 +0200 |
commit | 3f910efb409db461a5a16926e7ba55a7bf724abd (patch) | |
tree | c51073786674467c55f68495cb3a3dff8a7d245d /src | |
parent | Rename GetApplicationArea2 to GetApplicationAreaSize (diff) | |
download | yuzu-3f910efb409db461a5a16926e7ba55a7bf724abd.tar yuzu-3f910efb409db461a5a16926e7ba55a7bf724abd.tar.gz yuzu-3f910efb409db461a5a16926e7ba55a7bf724abd.tar.bz2 yuzu-3f910efb409db461a5a16926e7ba55a7bf724abd.tar.lz yuzu-3f910efb409db461a5a16926e7ba55a7bf724abd.tar.xz yuzu-3f910efb409db461a5a16926e7ba55a7bf724abd.tar.zst yuzu-3f910efb409db461a5a16926e7ba55a7bf724abd.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/service/ns/ns.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/ns/ns.cpp b/src/core/hle/service/ns/ns.cpp index 80b7062d5..3e4dd2f7a 100644 --- a/src/core/hle/service/ns/ns.cpp +++ b/src/core/hle/service/ns/ns.cpp @@ -567,11 +567,11 @@ public: {0, nullptr, "LaunchProgram"}, {1, nullptr, "TerminateProcess"}, {2, nullptr, "TerminateProgram"}, - {4, nullptr, "GetShellEvent"}, + {4, nullptr, "GetShellEventHandle"}, {5, nullptr, "GetShellEventInfo"}, {6, nullptr, "TerminateApplication"}, {7, nullptr, "PrepareLaunchProgramFromHost"}, - {8, nullptr, "LaunchApplicationFromHost"}, + {8, nullptr, "LaunchApplication"}, {9, nullptr, "LaunchApplicationWithStorageIdForDevelop"}, {10, nullptr, "IsSystemMemoryResourceLimitBoosted"}, {11, nullptr, "GetRunningApplicationProcessIdForDevelop"}, |