X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=deps%2Flightrec%2Flightrec-private.h;h=75940b3ff7459b90aca8163f1a7f7f3d5d9fc2cd;hb=f3c6ae107213528938cb6d7c8856e17cd5843312;hp=4b797a1df03d7788e8f30a323c434502d8b631ac;hpb=fd58fa3240e46c4d6027c28f3882a4c584af7123;p=pcsx_rearmed.git diff --git a/deps/lightrec/lightrec-private.h b/deps/lightrec/lightrec-private.h index 4b797a1d..75940b3f 100644 --- a/deps/lightrec/lightrec-private.h +++ b/deps/lightrec/lightrec-private.h @@ -126,6 +126,7 @@ struct lightrec_state { u32 target_cycle; u32 exit_flags; u32 old_cycle_counter; + u32 c_wrapper_arg; struct block *dispatcher, *c_wrapper_block; void *c_wrappers[C_WRAPPERS_COUNT]; void *wrappers_eps[C_WRAPPERS_COUNT];