mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Implemented sys_game_board_storage_read()
This commit is contained in:
parent
905496e926
commit
75efc79930
8 changed files with 52 additions and 4 deletions
|
|
@ -3280,6 +3280,7 @@ bool ppu_initialize(const ppu_module& info, bool check_only)
|
|||
{
|
||||
std::unordered_map<std::string, u64> link_table
|
||||
{
|
||||
{ "sys_game_board_storage_read", 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