From cad4fa7ff03608c08fe9ae8c621557b61e52dbc9 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Mon, 28 May 2001 03:12:36 +0000 Subject: [PATCH] Timer update --- zsnes/src/gui/guikeys.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsnes/src/gui/guikeys.inc b/zsnes/src/gui/guikeys.inc index 47e8ac26..a5f2dcfe 100644 --- a/zsnes/src/gui/guikeys.inc +++ b/zsnes/src/gui/guikeys.inc @@ -896,6 +896,7 @@ GUIOptionKeys: cmp dh,'S' jne .noalttimer xor byte[AlternateTimer],1 + call guimustrestartmsg .noalttimer %endif ret