aboutsummaryrefslogtreecommitdiff
path: root/src
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
parent38b585a309b4c5fd330491e0fb36ac47d04b66db (diff)
Rename two functions in NS
- Rename "GetShellEvent" to "GetShellEventHandle" - Rename "LaunchApplicationFromHost" to "LaunchApplication"
Diffstat (limited to 'src')
-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 80b7062d55..3e4dd2f7a0 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"},