Skip to content
Permalink
Browse files
update to 3.5.1
  • Loading branch information
dborth committed Mar 24, 2021
1 parent aa2e14b commit b7bee00e7c30afabd2f2248e347b4ff00aaf0f06
Showing with 9 additions and 3 deletions.
  1. +6 −0 README.md
  2. +2 −2 hbc/meta.xml
  3. +1 −1 source/fceugx.h
@@ -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)
@@ -2,8 +2,8 @@
<app version="1">
<name>FCE Ultra GX</name>
<coder>Tantric, Zopenko, Askot, others</coder>
<version>3.5.0</version>
<release_date>20210206</release_date>
<version>3.5.1</version>
<release_date>20210323</release_date>
<short_description>Nintendo Emulator</short_description>
<long_description>A port of FCE Ultra to the Wii.</long_description>
<ahb_access />
@@ -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"

0 comments on commit b7bee00

Please sign in to comment.