X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fnew_dynarec%2Fnew_dynarec_config.h;h=f93613ffa1d569e70d0b8ced1c7d28c68fe6bb33;hb=af4a16ff4cb4cb8d0e20d70916352ba6e4e43f21;hp=3b00780e2605193aa6c7f874dd72520f68bf09da;hpb=3918505613cb814f8f5e0e8e0471f7b2a2cd8464;p=pcsx_rearmed.git diff --git a/libpcsxcore/new_dynarec/new_dynarec_config.h b/libpcsxcore/new_dynarec/new_dynarec_config.h index 3b00780e..f93613ff 100644 --- a/libpcsxcore/new_dynarec/new_dynarec_config.h +++ b/libpcsxcore/new_dynarec/new_dynarec_config.h @@ -1,7 +1,8 @@ -#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 @@ -11,5 +12,3 @@ #ifdef VITA #define BASE_ADDR_DYNAMIC 1 #endif - -#endif /* __NEW_DYNAREC_CONFIG_H__ */