diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/ptm/ptm_sysm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ptm/ptm_sysm.cpp b/src/core/hle/service/ptm/ptm_sysm.cpp index 2d841f69c..13322bdbb 100644 --- a/src/core/hle/service/ptm/ptm_sysm.cpp +++ b/src/core/hle/service/ptm/ptm_sysm.cpp | |||
| @@ -16,7 +16,7 @@ namespace PTM { | |||
| 16 | * 1: Result code, 0 on success, otherwise error code | 16 | * 1: Result code, 0 on success, otherwise error code |
| 17 | * 2: Whether the system is going through a power off | 17 | * 2: Whether the system is going through a power off |
| 18 | */ | 18 | */ |
| 19 | void IsLegacyPowerOff(Service::Interface* self) { | 19 | static void IsLegacyPowerOff(Service::Interface* self) { |
| 20 | u32* cmd_buff = Kernel::GetCommandBuffer(); | 20 | u32* cmd_buff = Kernel::GetCommandBuffer(); |
| 21 | cmd_buff[1] = RESULT_SUCCESS.raw; | 21 | cmd_buff[1] = RESULT_SUCCESS.raw; |
| 22 | cmd_buff[2] = 0; | 22 | cmd_buff[2] = 0; |