fix build on some archs
authornotaz <notasas@gmail.com>
Thu, 31 Mar 2016 23:34:52 +0000 (02:34 +0300)
committernotaz <notasas@gmail.com>
Thu, 31 Mar 2016 23:39:58 +0000 (02:39 +0300)
just some unneeded preprocessor check

libpcsxcore/r3000a.h

index 31aa3f8..32538e5 100644 (file)
@@ -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__)