REVERT ME force dynarec

This commit is contained in:
Joseph Mattiello 2025-07-03 23:04:51 -04:00
parent dda304bbd4
commit 7dde10e9e1
1 changed files with 10 additions and 10 deletions

View File

@ -46,19 +46,19 @@
// Dynarec control flags
// TARGET_NO_REC completely disables all dynarec
// ENABLE_SH4_JITLESS enables jitless dynarec (when JIT is disabled but dynarec is wanted)
#if defined(TARGET_NO_REC)
#define FEAT_SHREC DYNAREC_NONE
#define FEAT_AREC DYNAREC_NONE
#define FEAT_DSPREC DYNAREC_NONE
#elif defined(ENABLE_SH4_JITLESS)
// #if defined(TARGET_NO_REC)
// #define FEAT_SHREC DYNAREC_NONE
// #define FEAT_AREC DYNAREC_NONE
// #define FEAT_DSPREC DYNAREC_NONE
// #elif defined(ENABLE_SH4_JITLESS)
#define FEAT_SHREC DYNAREC_JITLESS
#define FEAT_AREC DYNAREC_NONE
#define FEAT_DSPREC DYNAREC_NONE
#elif defined(TARGET_NO_AREC)
#define FEAT_SHREC DYNAREC_JIT
#define FEAT_AREC DYNAREC_NONE
#define FEAT_DSPREC DYNAREC_NONE
#endif
// #elif defined(TARGET_NO_AREC)
// #define FEAT_SHREC DYNAREC_JIT
// #define FEAT_AREC DYNAREC_NONE
// #define FEAT_DSPREC DYNAREC_NONE
// #endif
#ifdef __SWITCH__
#define FEAT_NO_RWX_PAGES