From 489556e656881f4fc180c37fea712df9e0551b95 Mon Sep 17 00:00:00 2001 From: nitsuja Date: Mon, 24 Aug 2009 04:48:46 +0000 Subject: [PATCH] missed replacement fix --- desmume/src/windows/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index f8caa4fc7..dd88485de 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -1697,7 +1697,7 @@ class WinDriver : public BaseDriver 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 struct Scope{ bool m_on;