summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns.cpp
diff options
context:
space:
mode:
authorVolcaEM <63682805+VolcaEM@users.noreply.github.com>2020-07-02 09:02:55 +0200
committerGitHub <noreply@github.com>2020-07-02 09:02:55 +0200
commit3f910efb409db461a5a16926e7ba55a7bf724abd (patch)
treec51073786674467c55f68495cb3a3dff8a7d245d /src/core/hle/service/ns/ns.cpp
parentRename GetApplicationArea2 to GetApplicationAreaSize (diff)
downloadyuzu-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/core/hle/service/ns/ns.cpp')
-rw-r--r--src/core/hle/service/ns/ns.cpp4
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"},