From 226874187333ebda6d0a07d268382a6cf27e5988 Mon Sep 17 00:00:00 2001 From: zsknight <> Date: Mon, 30 Apr 2001 05:04:07 +0000 Subject: [PATCH] Removed .gz off the filelist in the GUI for the DOS port. --- zsnes/src/gui/guiload.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/zsnes/src/gui/guiload.inc b/zsnes/src/gui/guiload.inc index bb2ec825..b9d597b5 100644 --- a/zsnes/src/gui/guiload.inc +++ b/zsnes/src/gui/guiload.inc @@ -568,7 +568,10 @@ GetNormalEntries2: GUIGetEntry2 GUIsfcfind GUIGetEntry2 GUIswcfind GUIGetEntry2 GUIfigfind + cmp byte[OSPort],1 + jbe near .dos GUIGetEntry2 GUIfindGZIP +.dos GUIGetEntry2 GUIfind058 GUIGetEntry2 GUIfind078 GUIGetEntry2 GUIfindUSA @@ -592,7 +595,10 @@ GetNormalEntries: GUIGetEntry GUIsfcfind GUIGetEntry GUIswcfind GUIGetEntry GUIfigfind + cmp byte[OSPort],1 + jbe near .dos GUIGetEntry GUIfindGZIP +.dos GUIGetEntry GUIfind058 GUIGetEntry GUIfind078 GUIGetEntry GUIfindUSA @@ -754,7 +760,10 @@ GetLoadLfn: GUIGetEntryLFN GUIsfcfind GUIGetEntryLFN GUIswcfind GUIGetEntryLFN GUIfigfind + cmp byte[OSPort],1 + jbe near .dos GUIGetEntryLFN GUIfindGZIP +.dos GUIGetEntryLFN GUIfind058 GUIGetEntryLFN GUIfind078 GUIGetEntryLFN GUIfindUSA