mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Implemented sys_game_get_system_sw_version()
This commit is contained in:
parent
a711eb31f4
commit
e839595053
4 changed files with 9 additions and 1 deletions
|
|
@ -3296,6 +3296,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) },
|
||||
{ "sys_game_get_system_sw_version", 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