update version

This commit is contained in:
Daryl Borth 2022-06-15 21:33:45 -06:00
parent f7306d1f41
commit 5e0f5e53fb
2 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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"