diff --git a/README.md b/README.md index 7c7de28..e319297 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,11 @@ Wii/GameCube. ## 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] * Compiled with latest devkitPPC/libogc diff --git a/hbc/meta.xml b/hbc/meta.xml index 46367f0..d960d47 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ FCE Ultra GX Tantric, Zopenko, Askot, others - 3.5.3 - 20230731 + 3.5.4 + 20240330 Nintendo Emulator A port of FCE Ultra to the Wii. diff --git a/source/fceugx.h b/source/fceugx.h index 97b02fa..3b4e4a8 100644 --- a/source/fceugx.h +++ b/source/fceugx.h @@ -17,7 +17,7 @@ #include "fceultra/driver.h" #define APPNAME "FCE Ultra GX" -#define APPVERSION "3.5.3" +#define APPVERSION "3.5.4" #define APPFOLDER "fceugx" #define PREF_FILE_NAME "settings.xml"