Skip to content

Commit eb25cb3

Browse files
committed
update to 4.5.2
1 parent 7b11252 commit eb25cb3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
3939

4040
## UPDATE HISTORY
4141

42+
[4.5.2 - March 23, 2021]
43+
44+
* Added support for Mayflash 2-port SNES USB adapter (thanks EthanArmbrust!)
45+
* Added L+R+START for back to menu for Wii Classic Controller
46+
* Updated French translation (thanks Tanooki16!)
47+
* Fixed issue with displaying screenshots
48+
4249
[4.5.1 - February 6, 2021]
4350

4451
* Fixed SD2SP2 / SD gecko issues (again)

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.1</version>
6-
<release_date>20210206</release_date>
5+
<version>4.5.2</version>
6+
<release_date>20210323</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.1"
23+
#define APPVERSION "4.5.2"
2424
#define APPFOLDER "snes9xgx"
2525
#define PREF_FILE_NAME "settings.xml"
2626

0 commit comments

Comments
 (0)