From b5eab512c08b8d057ab652c5d83381c1f949cb0e Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sat, 8 Sep 2001 20:32:23 +0000 Subject: [PATCH] Fixed FPS at start bug when auto framerate is not enabled --- zsnes/src/gui/gui.asm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsnes/src/gui/gui.asm b/zsnes/src/gui/gui.asm index 74986164..3c4fbd74 100644 --- a/zsnes/src/gui/gui.asm +++ b/zsnes/src/gui/gui.asm @@ -926,8 +926,11 @@ NEWSYM GUIRestoreVars mov [smallscreenon],al mov al,[GUIScreenScale] mov [ScreenScale],al + cmp byte[newengen],1 + jne .nofpsatstart mov al,[FPSAtStart] mov [FPSOn],al +.nofpsatstart call CalcChecksum cmp byte[TimeChecker],bl jne .nottimer