summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pm/pm.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-11-25 02:30:58 +0100
committerGitHub <noreply@github.com>2019-11-25 02:30:58 +0100
commit50c7539108492fa5c326e06a823026f15b07d06a (patch)
tree1d7ab9588325efad6ff2fd3445ed13369c2defbf /src/core/hle/service/pm/pm.cpp
parentMerge pull request #3155 from bunnei/fix-asynch-gpu-wait (diff)
parentservice: Update function tables (diff)
downloadyuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar
yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.gz
yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.bz2
yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.lz
yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.xz
yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.zst
yuzu-50c7539108492fa5c326e06a823026f15b07d06a.zip
Diffstat (limited to 'src/core/hle/service/pm/pm.cpp')
-rw-r--r--src/core/hle/service/pm/pm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/pm/pm.cpp b/src/core/hle/service/pm/pm.cpp
index 38b569da2..809eca0ab 100644
--- a/src/core/hle/service/pm/pm.cpp
+++ b/src/core/hle/service/pm/pm.cpp
@@ -172,7 +172,7 @@ public:
{6, &Shell::GetApplicationPid, "GetApplicationPid"},
{7, nullptr, "BoostSystemMemoryResourceLimit"},
{8, nullptr, "EnableAdditionalSystemThreads"},
- {9, nullptr, "GetUnimplementedEventHandle"},
+ {9, nullptr, "GetBootFinishedEventHandle"},
};
// clang-format on