fix build
authornotaz <notasas@gmail.com>
Fri, 9 Sep 2022 23:37:50 +0000 (02:37 +0300)
committernotaz <notasas@gmail.com>
Fri, 9 Sep 2022 23:39:52 +0000 (02:39 +0300)
forgot to add 'extern'

libpcsxcore/psxinterpreter.h

index 87c7a32..f8581b8 100644 (file)
@@ -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__