update version and readme

This commit is contained in:
Daryl Borth 2024-03-30 10:21:55 -06:00
parent 8024366fa0
commit 2ba9494c8c
3 changed files with 8 additions and 3 deletions

View File

@ -55,6 +55,11 @@ Wii/GameCube.
## UPDATE HISTORY ## UPDATE HISTORY
[3.5.4 - March 30, 2024]
* Compiled with latest devkitPPC/libogc
* Added Swedish translation (IsakTheHacker)
* Updated translations
[3.5.3 - July 31, 2023] [3.5.3 - July 31, 2023]
* Compiled with latest devkitPPC/libogc * Compiled with latest devkitPPC/libogc

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.3</version> <version>3.5.4</version>
<release_date>20230731</release_date> <release_date>20240330</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.3" #define APPVERSION "3.5.4"
#define APPFOLDER "fceugx" #define APPFOLDER "fceugx"
#define PREF_FILE_NAME "settings.xml" #define PREF_FILE_NAME "settings.xml"