From 2d4136643ff592f4d69feed9233f4c821356d8ce Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Wed, 4 Mar 2020 17:22:36 -0700 Subject: [PATCH] finalize 3.4.6 --- hbc/meta.xml | 4 ++-- readme.txt | 5 +++++ source/fceugx.h | 2 +- source/fileop.cpp | 1 - 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/hbc/meta.xml b/hbc/meta.xml index 90485e19..c8b1826b 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 b0eb2d50..8c062b77 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 3b209fb2..e7ecc278 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 e4b5bf3e..e912fb94 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 }