sys_game: Implemented sys_game_get_rtc_status() & Updated sys_game_board_storage_read()

This commit is contained in:
brian218 2023-01-23 11:26:43 +08:00 committed by Megamouse
parent 5f0467b084
commit 49455965c0
4 changed files with 24 additions and 22 deletions

View file

@ -3350,6 +3350,7 @@ bool ppu_initialize(const ppu_module& info, bool check_only)
{ "sys_game_watchdog_clear", reinterpret_cast<u64>(ppu_execute_syscall) },
{ "sys_game_get_system_sw_version", reinterpret_cast<u64>(ppu_execute_syscall) },
{ "sys_game_board_storage_read", reinterpret_cast<u64>(ppu_execute_syscall) },
{ "sys_game_get_rtc_status", reinterpret_cast<u64>(ppu_execute_syscall) },
{ "__trap", reinterpret_cast<u64>(&ppu_trap) },
{ "__error", reinterpret_cast<u64>(&ppu_error) },
{ "__check", reinterpret_cast<u64>(&ppu_check) },