mirror of
https://github.com/libretro/ari64.git
synced 2024-11-26 17:10:58 +00:00
13 lines
210 B
C
13 lines
210 B
C
|
|
|
|
#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
|