From 699f35b0f9bfd26371f597319a28b9cc00f09952 Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Mon, 18 Jan 2021 18:52:39 -0700 Subject: [PATCH] finalize 3.4.8 --- README.md | 11 +++++++++++ hbc/meta.xml | 4 ++-- source/fceugx.h | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32526b68..0a9c44d3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,17 @@ Wii/GameCube. ## UPDATE HISTORY +[3.4.8 - January 18, 2021] + +* Compiled with latest devkitPPC/libogc +* Added ability to change the player mapped to a connected controller +* Corrected aspect ratio by changing viWidth to 644 (vaguerant) +* Fixed PAL audio blips (thanks Tanooki16!) +* Improved PAL game detection (thanks Tanooki16!) +* Significant memory usage reductions (fonts and loading cover images) +* Added Dendy support +* Other minor fixes + [3.4.7 - June 29, 2020] * Compiled with latest devkitPPC/libogc diff --git a/hbc/meta.xml b/hbc/meta.xml index 785df64f..73f86fb4 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ FCE Ultra GX Tantric, Zopenko, Askot, others - 3.4.7 - 20200629 + 3.4.8 + 20210118 Nintendo Emulator A port of FCE Ultra to the Wii. diff --git a/source/fceugx.h b/source/fceugx.h index d45359c8..63cf898c 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.4.7" +#define APPVERSION "3.4.8" #define APPFOLDER "fceugx" #define PREF_FILE_NAME "settings.xml"