mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
fixed_typemap.hpp: return reference
This commit is contained in:
parent
bbf52f3cea
commit
ea5e837bd6
87 changed files with 3028 additions and 2997 deletions
|
|
@ -1073,7 +1073,7 @@ extern void ppu_execute_syscall(ppu_thread& ppu, u64 code)
|
|||
|
||||
if (code < g_ppu_syscall_table.size())
|
||||
{
|
||||
g_fxo->get<named_thread<ppu_syscall_usage>>()->stat[code]++;
|
||||
g_fxo->get<named_thread<ppu_syscall_usage>>().stat[code]++;
|
||||
|
||||
if (auto func = g_ppu_syscall_table[code].first)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue