File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,13 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
39
39
40
40
## UPDATE HISTORY
41
41
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
+
42
49
[ 4.5.1 - February 6, 2021]
43
50
44
51
* Fixed SD2SP2 / SD gecko issues (again)
Original file line number Diff line number Diff line change 2
2
<app version =" 1" >
3
3
<name >Snes9x GX</name >
4
4
<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 >
7
7
<short_description >Super Nintendo Emulator</short_description >
8
8
<long_description >A port of Snes9x to the Wii.</long_description >
9
9
<ahb_access />
Original file line number Diff line number Diff line change 20
20
#include "filelist.h"
21
21
22
22
#define APPNAME "Snes9x GX"
23
- #define APPVERSION "4.5.1 "
23
+ #define APPVERSION "4.5.2 "
24
24
#define APPFOLDER "snes9xgx"
25
25
#define PREF_FILE_NAME "settings.xml"
26
26
You can’t perform that action at this time.
0 commit comments