aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/new_dynarec_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/new_dynarec/new_dynarec_config.h')
-rw-r--r--libpcsxcore/new_dynarec/new_dynarec_config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/libpcsxcore/new_dynarec/new_dynarec_config.h b/libpcsxcore/new_dynarec/new_dynarec_config.h
new file mode 100644
index 0000000..fbd08ac
--- /dev/null
+++ b/libpcsxcore/new_dynarec/new_dynarec_config.h
@@ -0,0 +1,12 @@
+
+
+#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