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:
b8f3d43
)
libpcsxcore: Use the same type for next_interrupt everywhere
author
Ash Logan
<ash@heyquark.com>
Sun, 29 May 2022 12:53:34 +0000
(22:53 +1000)
committer
notaz
<notasas@gmail.com>
Wed, 12 Jul 2023 22:28:56 +0000
(
01:28
+0300)
u32 is long unsigned int on some platforms
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
50819e4
..
f713587
100644
(file)
--- a/
libpcsxcore/new_dynarec/emu_if.c
+++ b/
libpcsxcore/new_dynarec/emu_if.c
@@
-326,7
+326,7
@@
R3000Acpu psxRec = {
unsigned int address;
int pending_exception, stop;
-u
nsigned int
next_interupt;
+u
32
next_interupt;
int new_dynarec_did_compile;
int cycle_multiplier_old;
int new_dynarec_hacks_pergame;