From 394c6bbcab62215933730cbf3105876dc1598725 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Fri, 31 Oct 2003 02:19:59 +0000 Subject: [PATCH] Timing calculator function fix, better compatibility in lots of games --- zsnes/src/init.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 8cbbac59..fd7172a6 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -533,7 +533,7 @@ NEWSYM Timecheck NEWSYM Setper2exec cmp byte[per2exec],100 jne .not100 - mov byte[per2exec],99 + ret .not100 ; Decrease standard % of execution by 5% to replace branch and 16bit ; cycle deductions