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:
2e6c828
)
lightrec: Update prototypes of memory write callbacks
author
Paul Cercueil
<paul@crapouillou.net>
Fri, 3 Nov 2023 19:12:18 +0000
(20:12 +0100)
committer
Paul Cercueil
<paul@crapouillou.net>
Fri, 3 Nov 2023 19:13:01 +0000
(20:13 +0100)
They now take an u32 instead of u8/u16.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
libpcsxcore/lightrec/plugin.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/lightrec/plugin.c
b/libpcsxcore/lightrec/plugin.c
index
703726e
..
22342fe
100644
(file)
--- a/
libpcsxcore/lightrec/plugin.c
+++ b/
libpcsxcore/lightrec/plugin.c
@@
-163,7
+163,7
@@
static void lightrec_tansition_from_pcsx(struct lightrec_state *state)
}
static void hw_write_byte(struct lightrec_state *state,
- u32 op, void *host, u32 mem, u
8
val)
+ u32 op, void *host, u32 mem, u
32
val)
{
lightrec_tansition_to_pcsx(state);
@@
-173,7
+173,7
@@
static void hw_write_byte(struct lightrec_state *state,
}
static void hw_write_half(struct lightrec_state *state,
- u32 op, void *host, u32 mem, u
16
val)
+ u32 op, void *host, u32 mem, u
32
val)
{
lightrec_tansition_to_pcsx(state);