86af297cf3c8b5ae3521ba4e8bc5e109dbcbb008
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec_config.h
1
2
3 #define CORTEX_A8_BRANCH_PREDICTION_HACK 1
4 #define USE_MINI_HT 1
5 //#define REG_PREFETCH 1
6
7 #ifndef BASE_ADDR_FIXED
8 #define BASE_ADDR_FIXED 0
9 #endif
10
11 #ifdef __MACH__
12 #define NO_WRITE_EXEC
13 #endif