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=908e426cc1ef2187357ed8fb59edd99b8a8060c9;hp=d55f128d09d9e8db02b0ac481acc306898ebb9b8;hpb=8ec1e4de88798ca548481773e49bb01a4de03139;p=pcsx_rearmed.git diff --git a/libpcsxcore/new_dynarec/new_dynarec_config.h b/libpcsxcore/new_dynarec/new_dynarec_config.h index d55f128d..3b00780e 100644 --- a/libpcsxcore/new_dynarec/new_dynarec_config.h +++ b/libpcsxcore/new_dynarec/new_dynarec_config.h @@ -1,4 +1,5 @@ - +#ifndef __NEW_DYNAREC_CONFIG_H__ +#define __NEW_DYNAREC_CONFIG_H__ #define CORTEX_A8_BRANCH_PREDICTION_HACK 1 #define USE_MINI_HT 1 @@ -10,3 +11,5 @@ #ifdef VITA #define BASE_ADDR_DYNAMIC 1 #endif + +#endif /* __NEW_DYNAREC_CONFIG_H__ */