diff --git a/hbc/meta.xml b/hbc/meta.xml index 90485e1..c8b1826 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ FCE Ultra GX Tantric, Zopenko, Askot, others - 3.4.5 - 20200217 + 3.4.6 + 20200304 Nintendo Emulator A port of FCE Ultra to the Wii. diff --git a/readme.txt b/readme.txt index b0eb2d5..8c062b7 100644 --- a/readme.txt +++ b/readme.txt @@ -38,6 +38,11 @@ https://github.com/dborth/fceugx/releases |0Oื๘oท UPDATE HISTORY ทo๘ืO0| `จ•จจจจจ จจจจจจจจจจจจจจจจ จจจจจจจจจจจจจจจ จจจจจจจจจจจจจจจจจจจจ จจจจจจจจจจจจจ' +[3.4.6 - March 4, 2020] + +* Fixed 3rd party controllers (again) +* Fixed GameCube version issues with SD2SP2 + [3.4.5 - February 17, 2020] * Fixed box art not working on GameCube diff --git a/source/fceugx.h b/source/fceugx.h index 3b209fb..e7ecc27 100644 --- a/source/fceugx.h +++ b/source/fceugx.h @@ -17,7 +17,7 @@ #include "fceultra/driver.h" #define APPNAME "FCE Ultra GX" -#define APPVERSION "3.4.5" +#define APPVERSION "3.4.6" #define APPFOLDER "fceugx" #define PREF_FILE_NAME "settings.xml" diff --git a/source/fileop.cpp b/source/fileop.cpp index e4b5bf3..e912fb9 100644 --- a/source/fileop.cpp +++ b/source/fileop.cpp @@ -301,7 +301,6 @@ void MountAllFAT() #else MountFAT(DEVICE_SD_SLOTA, SILENT); MountFAT(DEVICE_SD_SLOTB, SILENT); - MountFAT(DEVICE_SD_PORT2, SILENT); #endif }