finalize 3.4.7

This commit is contained in:
Daryl 2020-06-29 21:11:11 -06:00 committed by Daryl
parent 32053e4c88
commit 43f075601b
3 changed files with 11 additions and 3 deletions

View File

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

View File

@ -38,6 +38,14 @@ https://github.com/dborth/fceugx/releases
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[3.4.7 - June 29, 2020]
* Compiled with latest devkitPPC/libogc
* Translation updates
* Added Wii U vWii Channel, widescreen patch, and now reports console/CPU speed
* Added additional exit combo to match the other emulators (L+R+START)
* Other minor fixes
[3.4.6 - March 4, 2020]
* Fixed 3rd party controllers (again)

View File

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