X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Flightrec%2Fplugin.c;h=64587be62cbf49a80c3c86e102141f7c4122d2b5;hb=37e4b2cc27ccb08c1063c3db575d92191d141133;hp=3cd672a74f49042ef438ff269213c395ea7b27f4;hpb=04758b20151324552ada2f31460078f5c6eb01e2;p=pcsx_rearmed.git diff --git a/libpcsxcore/lightrec/plugin.c b/libpcsxcore/lightrec/plugin.c index 3cd672a7..64587be6 100644 --- a/libpcsxcore/lightrec/plugin.c +++ b/libpcsxcore/lightrec/plugin.c @@ -564,10 +564,8 @@ static void lightrec_plugin_shutdown(void) static void lightrec_plugin_reset(void) { -// Called in every frame (or every frame where input changes) when using runahead -// lightrec_plugin_shutdown(); -// lightrec_plugin_init(); - lightrec_invalidate_all(lightrec_state); + lightrec_plugin_shutdown(); + lightrec_plugin_init(); } R3000Acpu psxRec =