summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ptm.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2016-12-08 07:45:12 +0100
committerGitHub <noreply@github.com>2016-12-08 07:45:12 +0100
commit43558dc40a27ddcb90b9c603f3b0924a04b81ab0 (patch)
tree6504d57b178698e410da415ec1213f7a76404ba9 /src/core/hle/service/ptm/ptm.cpp
parentMerge pull request #2281 from lioncash/applet (diff)
parentssl_c: Update function table (diff)
downloadyuzu-43558dc40a27ddcb90b9c603f3b0924a04b81ab0.tar
yuzu-43558dc40a27ddcb90b9c603f3b0924a04b81ab0.tar.gz
yuzu-43558dc40a27ddcb90b9c603f3b0924a04b81ab0.tar.bz2
yuzu-43558dc40a27ddcb90b9c603f3b0924a04b81ab0.tar.lz
yuzu-43558dc40a27ddcb90b9c603f3b0924a04b81ab0.tar.xz
yuzu-43558dc40a27ddcb90b9c603f3b0924a04b81ab0.tar.zst
yuzu-43558dc40a27ddcb90b9c603f3b0924a04b81ab0.zip
Diffstat (limited to 'src/core/hle/service/ptm/ptm.cpp')
-rw-r--r--src/core/hle/service/ptm/ptm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ptm/ptm.cpp b/src/core/hle/service/ptm/ptm.cpp
index cc859c14c..6a9f1d24d 100644
--- a/src/core/hle/service/ptm/ptm.cpp
+++ b/src/core/hle/service/ptm/ptm.cpp
@@ -81,7 +81,7 @@ void GetTotalStepCount(Service::Interface* self) {
LOG_WARNING(Service_PTM, "(STUBBED) called");
}
-void IsLegacyPowerOff(Service::Interface* self) {
+void GetSoftwareClosedFlag(Service::Interface* self) {
u32* cmd_buff = Kernel::GetCommandBuffer();
cmd_buff[1] = RESULT_SUCCESS.raw;