Implemented sys_game_get_system_sw_version()

This commit is contained in:
brian218 2022-10-11 01:14:40 +08:00 committed by Megamouse
parent a711eb31f4
commit e839595053
4 changed files with 9 additions and 1 deletions

View file

@ -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) },