mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
sys_game: Implemented sys_game_get_rtc_status() & Updated sys_game_board_storage_read()
This commit is contained in:
parent
5f0467b084
commit
49455965c0
4 changed files with 24 additions and 22 deletions
|
|
@ -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) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue