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:
7d9ca8d
)
fix build
author
notaz
<notasas@gmail.com>
Fri, 9 Sep 2022 23:37:50 +0000
(
02:37
+0300)
committer
notaz
<notasas@gmail.com>
Fri, 9 Sep 2022 23:37:50 +0000
(
02:37
+0300)
forgot to add 'extern'
libpcsxcore/psxinterpreter.h
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/psxinterpreter.h
b/libpcsxcore/psxinterpreter.h
index
87c7a32
..
f8581b8
100644
(file)
--- a/
libpcsxcore/psxinterpreter.h
+++ b/
libpcsxcore/psxinterpreter.h
@@
-6,6
+6,6
@@
void execI();
void intApplyConfig();
void MTC0(psxRegisters *regs_, int reg, u32 val);
void gteNULL(struct psxCP2Regs *regs);
-void (*psxCP2[64])(struct psxCP2Regs *regs);
+
extern
void (*psxCP2[64])(struct psxCP2Regs *regs);
#endif // __PSXINTERPRETER_H__