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

#ifndef BASE_ADDR_FIXED
#define BASE_ADDR_FIXED 0
#endif

#ifdef __MACH__
#define NO_WRITE_EXEC
#endif