X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fnew_dynarec%2Fnew_dynarec_config.h;h=3b00780e2605193aa6c7f874dd72520f68bf09da;hb=423b0da8be20ec189818f0014a108df31ab7bcdb;hp=601f1a2fd425cc878f36d97d4221518d9b175b9d;hpb=f02594f5c7ec18b8a6c6fd3802e199f07478a744;p=pcsx_rearmed.git diff --git a/libpcsxcore/new_dynarec/new_dynarec_config.h b/libpcsxcore/new_dynarec/new_dynarec_config.h index 601f1a2f..3b00780e 100644 --- a/libpcsxcore/new_dynarec/new_dynarec_config.h +++ b/libpcsxcore/new_dynarec/new_dynarec_config.h @@ -1,12 +1,15 @@ - +#ifndef __NEW_DYNAREC_CONFIG_H__ +#define __NEW_DYNAREC_CONFIG_H__ #define CORTEX_A8_BRANCH_PREDICTION_HACK 1 #define USE_MINI_HT 1 //#define REG_PREFETCH 1 -#if defined(__MACH__) || defined(VITA) || defined(ANDROID) +#if defined(__MACH__) #define NO_WRITE_EXEC 1 #endif #ifdef VITA #define BASE_ADDR_DYNAMIC 1 #endif + +#endif /* __NEW_DYNAREC_CONFIG_H__ */