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