Skip to content

Commit 6b418ed

Browse files
committed
update version
1 parent 42c1e49 commit 6b418ed

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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!)

hbc/meta.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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 />

source/snes9xgx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

0 commit comments

Comments
 (0)