notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f2bb0c
)
fix build on some archs
author
notaz
<notasas@gmail.com>
Thu, 31 Mar 2016 23:34:52 +0000
(
02:34
+0300)
committer
notaz
<notasas@gmail.com>
Thu, 31 Mar 2016 23:39:58 +0000
(
02:39
+0300)
just some unneeded preprocessor check
libpcsxcore/r3000a.h
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/r3000a.h
b/libpcsxcore/r3000a.h
index
31aa3f8
..
32538e5
100644
(file)
--- 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__)