aboutsummaryrefslogtreecommitdiff
path: root/source/snes9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/snes9x.h')
-rw-r--r--source/snes9x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/snes9x.h b/source/snes9x.h
index 6dd2e8f..9ce602a 100644
--- a/source/snes9x.h
+++ b/source/snes9x.h
@@ -214,6 +214,7 @@ typedef struct
bool SecondJustifier;
int8_t SETA;
bool HardDisableAudio;
+ bool EnableDynarec;
} SSettings;
extern SSettings Settings;