mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 09:58:03 -05:00
ptm: Update ptm_sysm function table
Updated based off information from 3dbrew.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user