From 53e73deabf0248c082c05be82e0416b2e89f3969 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 12 Jun 2001 03:36:47 +0000 Subject: [PATCH] Fullscreen fix --- zsnes/src/win/winlink.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 8c9d3643..805e5136 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -1570,6 +1570,7 @@ void initwinvideo(void) { FirstVid = 0; InitDirectDraw(); + clearwin(); return; } @@ -1580,6 +1581,7 @@ void initwinvideo(void) PrevFull = 0; ReleaseDirectDraw(); InitDirectDraw(); + clearwin(); return; }