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