ff bugfix
authornotaz <notasas@gmail.com>
Mon, 10 Aug 2009 14:38:14 +0000 (14:38 +0000)
committernotaz <notasas@gmail.com>
Mon, 10 Aug 2009 14:38:14 +0000 (14:38 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@745 be3aeb3a-fb24-0410-a615-afba39da0efa

common/emu.c

index 08dbe0b..88d80b7 100644 (file)
@@ -1338,7 +1338,7 @@ void emu_loop(void)
                                if (!(currentConfig.EmuOpt & EOPT_NO_FRMLIMIT)) {\r
                                        timestamp = get_ticks();\r
                                        diff = timestamp - timestamp_base;\r
-                                       if (diff < diff_lim) // we are too fast\r
+                                       if (!reset_timing && diff < diff_lim) // we are too fast\r
                                                plat_wait_till_us(timestamp_base + diff_lim);\r
                                }\r
                        }\r