X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=deps%2Flightrec%2Flightrec.h;h=3be8e0a9adda0736f377b9ca3cacd3689461d7da;hb=016c6e93f6db684211f5c8b05433cb500715ba50;hp=4cda1a0af98d33cf0a2c46702628802e8ec08a9c;hpb=2b1b10dd333f8b525b90a15468824aae0ff4eb2f;p=pcsx_rearmed.git diff --git a/deps/lightrec/lightrec.h b/deps/lightrec/lightrec.h index 4cda1a0a..3be8e0a9 100644 --- a/deps/lightrec/lightrec.h +++ b/deps/lightrec/lightrec.h @@ -87,9 +87,9 @@ enum psx_map { struct lightrec_mem_map_ops { void (*sb)(struct lightrec_state *, u32 opcode, - void *host, u32 addr, u8 data); + void *host, u32 addr, u32 data); void (*sh)(struct lightrec_state *, u32 opcode, - void *host, u32 addr, u16 data); + void *host, u32 addr, u32 data); void (*sw)(struct lightrec_state *, u32 opcode, void *host, u32 addr, u32 data); u8 (*lb)(struct lightrec_state *, u32 opcode, void *host, u32 addr);