drc: some vita and 3ds support
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec_config.h
CommitLineData
d148d265 1
2
3#define CORTEX_A8_BRANCH_PREDICTION_HACK 1
4#define USE_MINI_HT 1
5//#define REG_PREFETCH 1
6
1e212a25 7#if defined(__MACH__) || defined(VITA)
8#define NO_WRITE_EXEC 1
d148d265 9#endif
1e212a25 10#ifdef VITA
11#define BASE_ADDR_DYNAMIC 1
d148d265 12#endif