mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
typo fix.
This commit is contained in:
parent
e9ee084231
commit
fcab9b2f8e
1 changed files with 2 additions and 2 deletions
|
@ -301,7 +301,7 @@ bool ModuleManager::CallFunc(u32 num)
|
|||
if (num == m_funcs_pause_funcs[i])
|
||||
{
|
||||
Emu.Pause(); //So it is now pause, yep.
|
||||
LOG_ERROR(HLE, "TEST PAUSE AT %x", num); //Used Error
|
||||
LOG_ERROR(HLE, "AUTO PAUSE AT %x", num); //Used Error
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -318,7 +318,7 @@ bool ModuleManager::CallFunc(u32 num)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (func)
|
||||
{
|
||||
(*func)();
|
||||
|
|
Loading…
Add table
Reference in a new issue