0781e47d7263a821ac0d110aa8b69952ff654a69
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec_config.h
1
2 #ifdef __arm__
3 #define CORTEX_A8_BRANCH_PREDICTION_HACK 1
4 #endif
5
6 #define USE_MINI_HT 1
7 //#define REG_PREFETCH 1
8
9 // options:
10 //#define NO_WRITE_EXEC 1
11 //#define BASE_ADDR_DYNAMIC 1
12 //#define TC_WRITE_OFFSET 1
13 //#define NDRC_CACHE_FLUSH_ALL 1
14
15 #if defined(__MACH__) || defined(HAVE_LIBNX)
16 #define NO_WRITE_EXEC 1
17 #endif
18 #if defined(VITA) || defined(HAVE_LIBNX)
19 #define BASE_ADDR_DYNAMIC 1
20 #endif
21 #if defined(HAVE_LIBNX)
22 #define TC_WRITE_OFFSET 1
23 #endif
24 #if defined(_3DS)
25 #define NDRC_CACHE_FLUSH_ALL 1
26 #endif