finalize 3.4.1

This commit is contained in:
Daryl Borth 2019-01-04 18:16:23 -07:00
parent 997e3bc403
commit 686f9e1919
3 changed files with 5 additions and 4 deletions

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.4.0</version> <version>3.4.1</version>
<release_date>20180823</release_date> <release_date>20190104</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

@ -38,9 +38,10 @@ https://github.com/dborth/fceugx/releases
|0O×øo· UPDATE HISTORY ·oø×O0| |0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨' `¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[3.4.1] [3.4.1 - January 4, 2019]
* Improved WiiFlow integration * Improved WiiFlow integration
* Fixed controllers with no analog sticks
* Added Wii U GamePad support (thanks Fix94!) * Added Wii U GamePad support (thanks Fix94!)
[3.4.0 - August 23, 2018] [3.4.0 - August 23, 2018]

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.4.0" #define APPVERSION "3.4.1"
#define APPFOLDER "fceugx" #define APPFOLDER "fceugx"
#define PREF_FILE_NAME "settings.xml" #define PREF_FILE_NAME "settings.xml"