commit
a17bafa652
|
@ -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
|
||||
{
|
||||
|
|
|
@ -35,6 +35,3 @@ desmume_glade_LDADD = ../libdesmume.a \
|
|||
$(SDL_LIBS) $(GTKGLEXT_LIBS) $(LIBGLADE_LIBS) \
|
||||
$(GTHREAD_LIBS) $(ALSA_LIBS) $(LIBAGG_LIBS) \
|
||||
$(LIBSOUNDTOUCH_LIBS)
|
||||
if HAVE_GDB_STUB
|
||||
desmume_glade_LDADD += ../gdbstub/libgdbstub.a
|
||||
endif
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
#ifdef GDB_STUB
|
||||
#include "../armcpu.h"
|
||||
#include "../gdbstub/gdbstub.h"
|
||||
#include "../gdbstub.h"
|
||||
#endif
|
||||
|
||||
#ifdef GTKGLEXT_AVAILABLE
|
||||
|
|
Loading…
Reference in New Issue