mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-02 19:09:37 +02:00
ff bugfix
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@745 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -1338,7 +1338,7 @@ void emu_loop(void)
|
||||
if (!(currentConfig.EmuOpt & EOPT_NO_FRMLIMIT)) {
|
||||
timestamp = get_ticks();
|
||||
diff = timestamp - timestamp_base;
|
||||
if (diff < diff_lim) // we are too fast
|
||||
if (!reset_timing && diff < diff_lim) // we are too fast
|
||||
plat_wait_till_us(timestamp_base + diff_lim);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user