gpu_unai: fix clear masking
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec_config.h
CommitLineData
d148d265 1
630b122b 2#ifdef __arm__
d148d265 3#define CORTEX_A8_BRANCH_PREDICTION_HACK 1
630b122b 4#endif
5
d148d265 6#define USE_MINI_HT 1
7//#define REG_PREFETCH 1
8
7c404fb9 9#if defined(__MACH__) || defined(HAVE_LIBNX)
1e212a25 10#define NO_WRITE_EXEC 1
d148d265 11#endif
7c404fb9 12#if defined(VITA) || defined(HAVE_LIBNX)
1e212a25 13#define BASE_ADDR_DYNAMIC 1
d148d265 14#endif
7c404fb9 15#if defined(HAVE_LIBNX)
7f9e081d 16#define TC_WRITE_OFFSET 1
7c404fb9 17#endif
7f9e081d 18#if defined(_3DS)
8b7cb447 19#define NDRC_CACHE_FLUSH_ALL 1
20#endif