From aca553788b4ba6c5a99773f1729485136db1a438 Mon Sep 17 00:00:00 2001 From: stainless <> Date: Tue, 2 Oct 2001 23:09:12 +0000 Subject: [PATCH] EAGLE now requires Filtered GUI in the DOS port. --- zsnes/src/video/copyvid.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zsnes/src/video/copyvid.inc b/zsnes/src/video/copyvid.inc index 27f57ec8..00c33c4b 100644 --- a/zsnes/src/video/copyvid.inc +++ b/zsnes/src/video/copyvid.inc @@ -1253,8 +1253,14 @@ NEWSYM copyvesa2640x480x8b je near smallscreen640x480x8b cmp byte[ScreenScale],1 je near smallscreen640x480x8b.fullscreen + cmp byte[GUIOn],1 + jne .nogui + cmp byte[FilteredGUI],1 + jne .noeagle +.nogui cmp byte[antienab],1 je near proceagle +.noeagle cmp byte[scanlines],1 je near copyvesa2640x480x8bs mov byte[res640],1