Merge pull request #702 from pcercuei/update-lightrec-20221029
[pcsx_rearmed.git] / deps / lightrec / lightrec.h
index 9613da3..310036c 100644 (file)
@@ -85,6 +85,7 @@ struct lightrec_mem_map {
 };
 
 struct lightrec_ops {
+       void (*cop2_notify)(struct lightrec_state *state, u32 op, u32 data);
        void (*cop2_op)(struct lightrec_state *state, u32 op);
        void (*enable_ram)(struct lightrec_state *state, _Bool enable);
        _Bool (*hw_direct)(u32 kaddr, _Bool is_write, u8 size);