ptm: Update ptm_sysm function table

Updated based off information from 3dbrew.
This commit is contained in:
Lioncash
2016-12-08 00:02:00 -05:00
parent c67dae54b9
commit ab900f8a25
3 changed files with 7 additions and 6 deletions

View File

@ -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;