From d148d26560527efdd71685df8eac0497827ca766 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 19 Sep 2016 02:40:17 +0300 Subject: drc: try to support w^x platforms like iOS untested... --- libpcsxcore/new_dynarec/new_dynarec_config.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libpcsxcore/new_dynarec/new_dynarec_config.h (limited to 'libpcsxcore/new_dynarec/new_dynarec_config.h') diff --git a/libpcsxcore/new_dynarec/new_dynarec_config.h b/libpcsxcore/new_dynarec/new_dynarec_config.h new file mode 100644 index 0000000..86af297 --- /dev/null +++ b/libpcsxcore/new_dynarec/new_dynarec_config.h @@ -0,0 +1,13 @@ + + +#define CORTEX_A8_BRANCH_PREDICTION_HACK 1 +#define USE_MINI_HT 1 +//#define REG_PREFETCH 1 + +#ifndef BASE_ADDR_FIXED +#define BASE_ADDR_FIXED 0 +#endif + +#ifdef __MACH__ +#define NO_WRITE_EXEC +#endif -- cgit v1.2.3