overwrite dynarec related code with upstream version
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec_config.h
index 3b00780..321bfbf 100644 (file)
@@ -1,15 +1,14 @@
-#ifndef __NEW_DYNAREC_CONFIG_H__
-#define __NEW_DYNAREC_CONFIG_H__
 
+#ifdef __arm__
 #define CORTEX_A8_BRANCH_PREDICTION_HACK 1
+#endif
+
 #define USE_MINI_HT 1
 //#define REG_PREFETCH 1
 
-#if defined(__MACH__)
+#if defined(__MACH__) || defined(VITA)
 #define NO_WRITE_EXEC 1
 #endif
 #ifdef VITA
 #define BASE_ADDR_DYNAMIC 1
 #endif
-
-#endif /* __NEW_DYNAREC_CONFIG_H__ */