Update Lightrec 2023-02-08 (#715)
[pcsx_rearmed.git] / deps / lightrec / lightrec.h
index 310036c..9cd7f47 100644 (file)
@@ -89,6 +89,7 @@ struct lightrec_ops {
        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);
+       void (*code_inv)(void *addr, u32 len);
 };
 
 struct lightrec_registers {