update to 3.5.1

This commit is contained in:
Daryl Borth 2021-03-23 18:48:28 -06:00
parent aa2e14bb1c
commit b7bee00e7c
3 changed files with 9 additions and 3 deletions

View File

@ -38,6 +38,12 @@ Wii/GameCube.
## UPDATE HISTORY ## 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] [3.5.0 - February 6, 2021]
* Fixed SD2SP2 / SD gecko issues (again) * Fixed SD2SP2 / SD gecko issues (again)

View File

@ -2,8 +2,8 @@
<app version="1"> <app version="1">
<name>FCE Ultra GX</name> <name>FCE Ultra GX</name>
<coder>Tantric, Zopenko, Askot, others</coder> <coder>Tantric, Zopenko, Askot, others</coder>
<version>3.5.0</version> <version>3.5.1</version>
<release_date>20210206</release_date> <release_date>20210323</release_date>
<short_description>Nintendo Emulator</short_description> <short_description>Nintendo Emulator</short_description>
<long_description>A port of FCE Ultra to the Wii.</long_description> <long_description>A port of FCE Ultra to the Wii.</long_description>
<ahb_access /> <ahb_access />

View File

@ -17,7 +17,7 @@
#include "fceultra/driver.h" #include "fceultra/driver.h"
#define APPNAME "FCE Ultra GX" #define APPNAME "FCE Ultra GX"
#define APPVERSION "3.5.0" #define APPVERSION "3.5.1"
#define APPFOLDER "fceugx" #define APPFOLDER "fceugx"
#define PREF_FILE_NAME "settings.xml" #define PREF_FILE_NAME "settings.xml"