Fix BaseDriver class

Commit 7548294333 broke compilation of
desmume/src/NDSSystem.cpp if DEVELOPER is defined by --enable-gdb-stub

Needs commit c9ad909a75b0ad89d0bd84829ed536c5ae0ffc93
This commit is contained in:
Ingo Saitz 2018-07-02 18:04:17 +02:00
parent b976584451
commit 696135d712
1 changed files with 2 additions and 0 deletions

View File

@ -107,7 +107,9 @@ public:
virtual bool EMU_HasEmulationStarted() { return true; }
virtual bool EMU_IsAtFrameBoundary() { return true; }
virtual void EMU_DebugIdleEnter() {}
virtual void EMU_DebugIdleUpdate() {}
virtual void EMU_DebugIdleWakeUp() {}
enum eDebug_IOReg
{