From 5e0f5e53fb1ed43902d853260c926c9ccc0e5e36 Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Wed, 15 Jun 2022 21:33:45 -0600 Subject: [PATCH] update version --- README.md | 12 +++++++++++- source/fceugx.h | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05b62e0..b4cde4a 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,22 @@ Wii/GameCube. * Cheat support (.CHT files and Game Genie) * Famicom 3D System support * IPS/UPS automatic patching support -* NES Compatibility Based on FCEUX 2.2.3+ (git 21c0971) +* NES Compatibility Based on FCEUX 2.6.4+ (git def5768) * Open Source! ## UPDATE HISTORY +[3.5.2 - June 16, 2022] + +* Updated to the latest FCEUX 2.6.4 (git def5768) +* Compiled with latest devkitPPC/libogc +* Added "Enable Turbo Mode" toggle to the Video Settings menu (based on InfiniteBlueGX's code) +* Updated translations +* Improved forwarder support +* Added ability to use "Original" render mode in 480p configurations (niuus) +* Added more color palettes (saulfabregwiivc) + [3.5.1 - March 23, 2021] * Added L+R+START for back to menu for Wii Classic Controller diff --git a/source/fceugx.h b/source/fceugx.h index 5c4dd1a..c5c0566 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.1" +#define APPVERSION "3.5.2" #define APPFOLDER "fceugx" #define PREF_FILE_NAME "settings.xml"