X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fr3000a.h;h=9379f455f2ce7a24b61b00362ad61fa0b0aca2e1;hp=51cd37ccc5ad2d607d71293ecbe21303d4f45b1d;hb=f95a77f74f9608f9c63780fee20fcc5255042ac3;hpb=24385cae1780e77722b93a972cf7f4e906688490 diff --git a/libpcsxcore/r3000a.h b/libpcsxcore/r3000a.h index 51cd37cc..9379f455 100644 --- a/libpcsxcore/r3000a.h +++ b/libpcsxcore/r3000a.h @@ -40,7 +40,7 @@ typedef struct { extern R3000Acpu *psxCpu; extern R3000Acpu psxInt; -#if (defined(__x86_64__) || defined(__i386__) || defined(__sh__) || defined(__ppc__)) && !defined(NOPSXREC) +#if (defined(__x86_64__) || defined(__i386__) || defined(__sh__) || defined(__ppc__) || defined(__arm__)) && !defined(NOPSXREC) extern R3000Acpu psxRec; #define PSXREC #endif