aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/new_dynarec_config.h
blob: fbd08ac238b8c2f9ca92a513cdb2ff4466323b49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define CORTEX_A8_BRANCH_PREDICTION_HACK 1
#define USE_MINI_HT 1
//#define REG_PREFETCH 1

#if defined(__MACH__) || defined(VITA)
#define NO_WRITE_EXEC 1
#endif
#ifdef VITA
#define BASE_ADDR_DYNAMIC 1
#endif