git subrepo pull --force deps/lightrec
[pcsx_rearmed.git] / deps / lightrec / lightning-wrapper.h
index b0e8bf3..88e93e0 100644 (file)
@@ -21,4 +21,6 @@
 
 #define jit_b()                        jit_beqr(0, 0)
 
+#define jit_add_state(u,v)     jit_addr(u,v,LIGHTREC_REG_STATE)
+
 #endif /* __LIGHTNING_WRAPPER_H__ */