mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-28 22:29:42 -06:00
typo fix.
This commit is contained in:
parent
e9ee084231
commit
fcab9b2f8e
@ -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…
Reference in New Issue
Block a user