From ce34e879e348cecd4e21329be5974cc4162fa6c4 Mon Sep 17 00:00:00 2001 From: neonloop Date: Wed, 9 Feb 2022 07:15:14 +0000 Subject: Adds experimental ARM dynarec Supports ARMv5 and higher, enable with USE_DYNAREC Makefile variable --- source/snes9x.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/snes9x.h') 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; -- cgit v1.2.3