aboutsummaryrefslogtreecommitdiff
path: root/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui.c')
-rw-r--r--gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.c b/gui.c
index 9a4dd06..fd333e9 100644
--- a/gui.c
+++ b/gui.c
@@ -193,7 +193,7 @@ guiemu(struct context *c)
loadfont(c->mem, "font.xpm");
while ((cnt = step(c)) != -1) {
- if ((n += cnt) < 100)
+ if ((n += cnt) < 1000)
continue;
gettimeofday(&tv, NULL);