diff --git a/hbc/meta.xml b/hbc/meta.xml index fb623fc2..fbd3d6ce 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 2d47d1c2..6a723ce3 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 1927737b..e87f159e 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 fa18f326..42fffbf4 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"