typo fix.
This commit is contained in:
@@ -301,7 +301,7 @@ bool ModuleManager::CallFunc(u32 num)
|
|||||||
if (num == m_funcs_pause_funcs[i])
|
if (num == m_funcs_pause_funcs[i])
|
||||||
{
|
{
|
||||||
Emu.Pause(); //So it is now pause, yep.
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user