X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=fff84010d0ef8cd99e60280903543cf201cd73e4;hp=472a1b2c1e0737a2e2ec4a2547d300016646b1ec;hb=69e482e3def6669a4fa921d07f9ba04883d7de34;hpb=0fed3dc3d9799a9db68dd8be4172aafb0e161957 diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index 472a1b2c..fff84010 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -606,6 +606,9 @@ void pl_frame_limit(void) struct timeval now; int diff, usadj; + if (g_emu_resetting) + return; + vsync_cnt++; /* doing input here because the pad is polled