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:
378428a
)
attempt to fix build
author
notaz
<notasas@gmail.com>
Fri, 14 Jul 2023 20:09:58 +0000
(23:09 +0300)
committer
notaz
<notasas@gmail.com>
Fri, 14 Jul 2023 20:12:13 +0000
(23:12 +0300)
libpcsxcore/psxinterpreter.h
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/psxinterpreter.h
b/libpcsxcore/psxinterpreter.h
index
b3652c0
..
fe289b0
100644
(file)
--- a/
libpcsxcore/psxinterpreter.h
+++ b/
libpcsxcore/psxinterpreter.h
@@
-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__