X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=dfff8681489650c4fc6525698b8aa0a46d65a722;hp=472a1b2c1e0737a2e2ec4a2547d300016646b1ec;hb=81edd2b39a4efb991c4eaab15db4dd20ae3eafda;hpb=0fed3dc3d9799a9db68dd8be4172aafb0e161957 diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index 472a1b2c..dfff8681 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_resetting) + return; + vsync_cnt++; /* doing input here because the pad is polled