File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,19 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
5656
5757## UPDATE HISTORY
5858
59+ [ 4.5.3 - June 15, 2022]
60+
61+ * Compiled with latest devkitPPC/libogc
62+ * Updated to latest Snes9x
63+ * Added "Enable Turbo Mode" toggle to the Video Settings menu (based on InfiniteBlueGX's code)
64+ * Updated translations
65+ * Improved forwarder support
66+ * Added ability to use "Original" render mode in 480p configurations (niuus)
67+ * Added new speeds for Super FX overclocking (niuus)
68+ * Added a toggle to hide/show the SRAM save button in the save menu UI (saulfabregwiivc)
69+ * Added Scale2x video filter and rename Scanlines filter (thanks Tanooki16!)
70+ * Adjusted scanline filter (Thanks Tanooki16!)
71+
5972[ 4.5.2 - March 23, 2021]
6073
6174* Added support for Mayflash 2-port SNES USB adapter (thanks EthanArmbrust!)
Original file line number Diff line number Diff line change 22<app version =" 1" >
33 <name >Snes9x GX</name >
44 <coder >Tantric, Zopenko, Askot</coder >
5- <version >4.5.2 </version >
6- <release_date >20210323 </release_date >
5+ <version >4.5.3 </version >
6+ <release_date >20220615 </release_date >
77 <short_description >Super Nintendo Emulator</short_description >
88 <long_description >A port of Snes9x to the Wii.</long_description >
99 <ahb_access />
Original file line number Diff line number Diff line change 2020#include "filelist.h"
2121
2222#define APPNAME "Snes9x GX"
23- #define APPVERSION "4.5.2 "
23+ #define APPVERSION "4.5.3 "
2424#define APPFOLDER "snes9xgx"
2525#define PREF_FILE_NAME "settings.xml"
2626
You can’t perform that action at this time.
0 commit comments