aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/r3000a.h
diff options
context:
space:
mode:
authordankcushions2016-04-22 15:05:41 +0100
committerdankcushions2016-04-22 15:05:41 +0100
commitcb4d282af668df3bdbd428be5a5ad26996cd0f4f (patch)
tree93e9704ebb9395c4f6c7bab847d9df7abb005d3d /libpcsxcore/r3000a.h
parent4ed8f00a1221b15925117f1c7413b4640e6e7198 (diff)
parent4da64aea132e752bfea9448238599653e741b465 (diff)
downloadpcsx_rearmed-cb4d282af668df3bdbd428be5a5ad26996cd0f4f.tar.gz
pcsx_rearmed-cb4d282af668df3bdbd428be5a5ad26996cd0f4f.tar.bz2
pcsx_rearmed-cb4d282af668df3bdbd428be5a5ad26996cd0f4f.zip
Merge branch 'master' of https://github.com/notaz/pcsx_rearmed into notaz-master
Diffstat (limited to 'libpcsxcore/r3000a.h')
-rw-r--r--libpcsxcore/r3000a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpcsxcore/r3000a.h b/libpcsxcore/r3000a.h
index 31aa3f8..32538e5 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__)