mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
Compilation fix
This commit is contained in:
parent
0bb15b2ff7
commit
a4a25dc28d
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ void execute_ps3_func_by_index(PPUThread& CPU, u32 index)
|
|||
}
|
||||
else if (func->func)
|
||||
{
|
||||
(*func->func)(CPU);
|
||||
func->func(CPU);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue