mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 08:25:16 +00:00
sys_game: Implemented sys_game_board_storage_write() & Made it modifiable
This commit is contained in:
parent
780a6a7b40
commit
53e906d0f3
7 changed files with 79 additions and 10 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_board_storage_write", 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) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue