notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85bd209
)
ff bugfix
author
notaz
<notasas@gmail.com>
Mon, 10 Aug 2009 14:38:14 +0000
(14:38 +0000)
committer
notaz
<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
patch
|
blob
|
blame
|
history
diff --git
a/common/emu.c
b/common/emu.c
index
08dbe0b
..
88d80b7
100644
(file)
--- a/
common/emu.c
+++ b/
common/emu.c
@@
-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