X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2Flightning-wrapper.h;h=88e93e06a3daf64e3a8836546532e34d69397612;hb=878e6cda26bbf4af5090a01709db026d42c233b4;hp=7eeb15f027375339458403b5a5b8662f1d8b2c42;hpb=98fa08a56df29aeed65dfbc7697603c90bc66144;p=pcsx_rearmed.git diff --git a/deps/lightrec/lightning-wrapper.h b/deps/lightrec/lightning-wrapper.h index 7eeb15f0..88e93e06 100644 --- a/deps/lightrec/lightning-wrapper.h +++ b/deps/lightrec/lightning-wrapper.h @@ -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__ */