attempt to fix build
authornotaz <notasas@gmail.com>
Fri, 14 Jul 2023 20:09:58 +0000 (23:09 +0300)
committernotaz <notasas@gmail.com>
Fri, 14 Jul 2023 20:12:13 +0000 (23:12 +0300)
libpcsxcore/psxinterpreter.h

index b3652c0..fe289b0 100644 (file)
@@ -9,6 +9,6 @@ void gteNULL(struct psxCP2Regs *regs);
 extern void (*psxCP2[64])(struct psxCP2Regs *regs);
 
 // called by lightrec
-void intExecuteBlock();
+void intExecuteBlock(enum blockExecCaller caller);
 
 #endif // __PSXINTERPRETER_H__