From e1a3745a3f2a17c7944a72ec4d7d106e8e62c5e1 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Tue, 5 Apr 2005 23:46:21 +0000 Subject: [PATCH] Returning from GUI while paused now restores game screen. --- zsnes/src/cpu/execute.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zsnes/src/cpu/execute.asm b/zsnes/src/cpu/execute.asm index 88c70066..2a9f0cf4 100644 --- a/zsnes/src/cpu/execute.asm +++ b/zsnes/src/cpu/execute.asm @@ -110,6 +110,7 @@ EXTSYM NetPlayNoMore,MovieSeekBehind EXTSYM statefileloc,CHIPBATT,SaveSramData,BackupCVFrame,RestoreCVFrame,loadstate EXTSYM KeyInsrtChap,KeyNextChap,KeyPrevChap,MovieInsertChapter,MovieSeekAhead,ResetDuringMovie EXTSYM EMUPauseKey,INCRFrameKey,MovieWaiting +EXTSYM copyvid %ifdef __MSDOS__ EXTSYM dssel @@ -1991,7 +1992,9 @@ NEWSYM cpuover jmp .noemupause .noframeincr cmp byte[EMUPause],1 - je .nonewgfx + jne .noemupause + call copyvid ;Update screen + jmp .nonewgfx .noemupause cmp byte[MovieProcessing],0