Add header guards
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec_config.h
1 #ifndef __NEW_DYNAREC_CONFIG_H__
2 #define __NEW_DYNAREC_CONFIG_H__
3
4 #define CORTEX_A8_BRANCH_PREDICTION_HACK 1
5 #define USE_MINI_HT 1
6 //#define REG_PREFETCH 1
7
8 #if defined(__MACH__)
9 #define NO_WRITE_EXEC 1
10 #endif
11 #ifdef VITA
12 #define BASE_ADDR_DYNAMIC 1
13 #endif
14
15 #endif /* __NEW_DYNAREC_CONFIG_H__ */