diff options
author | neonloop | 2022-02-09 07:15:14 +0000 |
---|---|---|
committer | neonloop | 2022-02-09 07:15:14 +0000 |
commit | ce34e879e348cecd4e21329be5974cc4162fa6c4 (patch) | |
tree | 6bc241b726fc554a31d778642f45a2d1ea2309b4 /source/snes9x.h | |
parent | 874c431fdaff24413886416ed3ffa3455681ac01 (diff) | |
download | snes9x2005-ce34e879e348cecd4e21329be5974cc4162fa6c4.tar.gz snes9x2005-ce34e879e348cecd4e21329be5974cc4162fa6c4.tar.bz2 snes9x2005-ce34e879e348cecd4e21329be5974cc4162fa6c4.zip |
Adds experimental ARM dynarecdynarec
Supports ARMv5 and higher, enable with USE_DYNAREC Makefile variable
Diffstat (limited to 'source/snes9x.h')
-rw-r--r-- | source/snes9x.h | 1 |
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; |