mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 14:39:58 +00:00
Rename two functions in NS
- Rename "GetShellEvent" to "GetShellEventHandle" - Rename "LaunchApplicationFromHost" to "LaunchApplication"
This commit is contained in:
parent
38b585a309
commit
3f910efb40
1 changed files with 2 additions and 2 deletions
|
@ -567,11 +567,11 @@ public:
|
||||||
{0, nullptr, "LaunchProgram"},
|
{0, nullptr, "LaunchProgram"},
|
||||||
{1, nullptr, "TerminateProcess"},
|
{1, nullptr, "TerminateProcess"},
|
||||||
{2, nullptr, "TerminateProgram"},
|
{2, nullptr, "TerminateProgram"},
|
||||||
{4, nullptr, "GetShellEvent"},
|
{4, nullptr, "GetShellEventHandle"},
|
||||||
{5, nullptr, "GetShellEventInfo"},
|
{5, nullptr, "GetShellEventInfo"},
|
||||||
{6, nullptr, "TerminateApplication"},
|
{6, nullptr, "TerminateApplication"},
|
||||||
{7, nullptr, "PrepareLaunchProgramFromHost"},
|
{7, nullptr, "PrepareLaunchProgramFromHost"},
|
||||||
{8, nullptr, "LaunchApplicationFromHost"},
|
{8, nullptr, "LaunchApplication"},
|
||||||
{9, nullptr, "LaunchApplicationWithStorageIdForDevelop"},
|
{9, nullptr, "LaunchApplicationWithStorageIdForDevelop"},
|
||||||
{10, nullptr, "IsSystemMemoryResourceLimitBoosted"},
|
{10, nullptr, "IsSystemMemoryResourceLimitBoosted"},
|
||||||
{11, nullptr, "GetRunningApplicationProcessIdForDevelop"},
|
{11, nullptr, "GetRunningApplicationProcessIdForDevelop"},
|
||||||
|
|
Loading…
Reference in a new issue