From: notaz Date: Thu, 31 Mar 2016 23:34:52 +0000 (+0300) Subject: fix build on some archs X-Git-Tag: r23~175 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=4da64aea132e752bfea9448238599653e741b465;hp=8f2bb0cbd20c00475196d1efb72103b65e57bc66 fix build on some archs just some unneeded preprocessor check --- diff --git a/libpcsxcore/r3000a.h b/libpcsxcore/r3000a.h index 31aa3f8e..32538e58 100644 --- a/libpcsxcore/r3000a.h +++ b/libpcsxcore/r3000a.h @@ -40,10 +40,8 @@ typedef struct { extern R3000Acpu *psxCpu; extern R3000Acpu psxInt; -#if (defined(__x86_64__) || defined(__i386__) || defined(__sh__) || defined(__ppc__) || defined(__arm__)) && !defined(NOPSXREC) extern R3000Acpu psxRec; #define PSXREC -#endif typedef union { #if defined(__BIGENDIAN__)