summaryrefslogtreecommitdiff
path: root/emu/emul.h
diff options
context:
space:
mode:
Diffstat (limited to 'emu/emul.h')
-rw-r--r--emu/emul.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/emu/emul.h b/emu/emul.h
index 6945143..a0e6b5f 100644
--- a/emu/emul.h
+++ b/emu/emul.h
@@ -33,6 +33,7 @@ typedef struct emul_t {
bool gui;
int width;
int height;
+ bool debug;
#ifdef WITH_GUI
SDL_Window *window;
SDL_Renderer *renderer;