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:
a3203cf
)
fix x86 build
author
notaz
<notasas@gmail.com>
Tue, 16 Nov 2021 23:48:45 +0000
(
01:48
+0200)
committer
notaz
<notasas@gmail.com>
Tue, 16 Nov 2021 23:48:45 +0000
(
01:48
+0200)
forgot a dummy variable, whoops
libpcsxcore/new_dynarec/emu_if.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/new_dynarec/emu_if.c
b/libpcsxcore/new_dynarec/emu_if.c
index
2df259b
..
65bb3f1
100644
(file)
--- a/
libpcsxcore/new_dynarec/emu_if.c
+++ b/
libpcsxcore/new_dynarec/emu_if.c
@@
-438,6
+438,7
@@
int pending_exception, stop;
unsigned int next_interupt;
int new_dynarec_did_compile;
int cycle_multiplier;
+int cycle_multiplier_override;
int new_dynarec_hacks;
void *psxH_ptr;
void *zeromem_ptr;