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