missed replacement fix

This commit is contained in:
nitsuja 2009-08-24 04:48:46 +00:00
parent 2988bb303f
commit 489556e656
1 changed files with 1 additions and 1 deletions

View File

@ -1697,7 +1697,7 @@ class WinDriver : public BaseDriver
return inFrameBoundary; return inFrameBoundary;
} }
virtual eStepEmulationResult EMU_StepMainLoop(bool allowSleep, bool allowPause, int frameSkip, bool disableUser, bool disableCore) virtual eStepMainLoopResult EMU_StepMainLoop(bool allowSleep, bool allowPause, int frameSkip, bool disableUser, bool disableCore)
{ {
// this bit is here to handle calls through LUACALL_BEFOREEMULATION and in case Lua errors out while we're processing input // this bit is here to handle calls through LUACALL_BEFOREEMULATION and in case Lua errors out while we're processing input
struct Scope{ bool m_on; struct Scope{ bool m_on;