From b7bee00e7c30afabd2f2248e347b4ff00aaf0f06 Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Tue, 23 Mar 2021 18:48:28 -0600 Subject: [PATCH] update to 3.5.1 --- README.md | 6 ++++++ hbc/meta.xml | 4 ++-- source/fceugx.h | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48999c3..4c91831 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ Wii/GameCube. ## UPDATE HISTORY +[3.5.1 - March 23, 2021] + +* Added L+R+START for back to menu for Wii Classic Controller +* Updated French translation (thanks Tanooki16!) +* Fixed issue with displaying screenshots + [3.5.0 - February 6, 2021] * Fixed SD2SP2 / SD gecko issues (again) diff --git a/hbc/meta.xml b/hbc/meta.xml index 745e69b..4f448dc 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ FCE Ultra GX Tantric, Zopenko, Askot, others - 3.5.0 - 20210206 + 3.5.1 + 20210323 Nintendo Emulator A port of FCE Ultra to the Wii. diff --git a/source/fceugx.h b/source/fceugx.h index f97e7c9..4d492b9 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.5.0" +#define APPVERSION "3.5.1" #define APPFOLDER "fceugx" #define PREF_FILE_NAME "settings.xml"