From 2ba9494c8ccf483502874b85af3d2c69dd9377f5 Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Sat, 30 Mar 2024 10:21:55 -0600 Subject: [PATCH] update version and readme --- README.md | 5 +++++ hbc/meta.xml | 4 ++-- source/fceugx.h | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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"