drc: starting arm64 support
[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 #if defined(__MACH__) || defined(VITA)
10 #define NO_WRITE_EXEC 1
11 #endif
12 #ifdef VITA
13 #define BASE_ADDR_DYNAMIC 1
14 #endif