diff --git a/README.md b/README.md index 2cf211a..62e39ec 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,19 @@ Wii homebrew is WiiBrew (www.wiibrew.org). ## UPDATE HISTORY +[4.5.3 - June 15, 2022] + +* Compiled with latest devkitPPC/libogc +* Updated to latest Snes9x +* 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 new speeds for Super FX overclocking (niuus) +* Added a toggle to hide/show the SRAM save button in the save menu UI (saulfabregwiivc) +* Added Scale2x video filter and rename Scanlines filter (thanks Tanooki16!) +* Adjusted scanline filter (Thanks Tanooki16!) + [4.5.2 - March 23, 2021] * Added support for Mayflash 2-port SNES USB adapter (thanks EthanArmbrust!) diff --git a/hbc/meta.xml b/hbc/meta.xml index b53dcf5..3eadfaa 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Snes9x GX Tantric, Zopenko, Askot - 4.5.2 - 20210323 + 4.5.3 + 20220615 Super Nintendo Emulator A port of Snes9x to the Wii. diff --git a/source/snes9xgx.h b/source/snes9xgx.h index dfa4b4e..48aab3a 100644 --- a/source/snes9xgx.h +++ b/source/snes9xgx.h @@ -20,7 +20,7 @@ #include "filelist.h" #define APPNAME "Snes9x GX" -#define APPVERSION "4.5.2" +#define APPVERSION "4.5.3" #define APPFOLDER "snes9xgx" #define PREF_FILE_NAME "settings.xml"