diff --git a/rpcs3/Emu/Cell/PPUThread.cpp b/rpcs3/Emu/Cell/PPUThread.cpp index 631511c693..2f972d7ac2 100644 --- a/rpcs3/Emu/Cell/PPUThread.cpp +++ b/rpcs3/Emu/Cell/PPUThread.cpp @@ -1319,6 +1319,7 @@ extern void ppu_initialize(const ppu_module& info) if (auto sc = ppu_get_syscall(index)) { link_table.emplace(fmt::format("%s", ppu_syscall_code(index)), (u64)sc); + link_table.emplace(fmt::format("syscall_%u", index), (u64)sc); } }