From a0a72079f8a12f2a2631a48656939cff1233ffce Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Wed, 4 Mar 2020 17:22:00 -0700 Subject: [PATCH] finalize 4.4.7 --- hbc/meta.xml | 4 ++-- readme.txt | 5 +++++ source/fileop.cpp | 1 - source/snes9xgx.h | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/hbc/meta.xml b/hbc/meta.xml index fb623fc..fbd3d6c 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Snes9x GX Tantric, Zopenko, Askot - 4.4.6 - 20200217 + 4.4.7 + 20200304s Super Nintendo Emulator A port of Snes9x to the Wii. diff --git a/readme.txt b/readme.txt index 2d47d1c..6a723ce 100644 --- a/readme.txt +++ b/readme.txt @@ -35,6 +35,11 @@ Wii homebrew is WiiBrew (www.wiibrew.org). | UPDATE HISTORY | •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• +[4.4.7 - March 4, 2020] + +* Fixed 3rd party controllers (again) +* Fixed GameCube version issues with SD2SP2 + [4.4.6 - February 16, 2020] * Fixed box art not working on GameCube diff --git a/source/fileop.cpp b/source/fileop.cpp index 1927737..e87f159 100644 --- a/source/fileop.cpp +++ b/source/fileop.cpp @@ -297,7 +297,6 @@ void MountAllFAT() #else MountFAT(DEVICE_SD_SLOTA, SILENT); MountFAT(DEVICE_SD_SLOTB, SILENT); - MountFAT(DEVICE_SD_PORT2, SILENT); #endif } diff --git a/source/snes9xgx.h b/source/snes9xgx.h index fa18f32..42fffbf 100644 --- a/source/snes9xgx.h +++ b/source/snes9xgx.h @@ -20,7 +20,7 @@ #include "filelist.h" #define APPNAME "Snes9x GX" -#define APPVERSION "4.4.6" +#define APPVERSION "4.4.7" #define APPFOLDER "snes9xgx" #define PREF_FILE_NAME "settings.xml"