From eb25cb3fea366b6034f5af4e524bce4b5fb6f858 Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Tue, 23 Mar 2021 18:48:10 -0600 Subject: [PATCH] update to 4.5.2 --- README.md | 7 +++++++ hbc/meta.xml | 4 ++-- source/snes9xgx.h | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ced221..e42fca4 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,13 @@ Wii homebrew is WiiBrew (www.wiibrew.org). ## UPDATE HISTORY +[4.5.2 - March 23, 2021] + +* Added support for Mayflash 2-port SNES USB adapter (thanks EthanArmbrust!) +* Added L+R+START for back to menu for Wii Classic Controller +* Updated French translation (thanks Tanooki16!) +* Fixed issue with displaying screenshots + [4.5.1 - February 6, 2021] * Fixed SD2SP2 / SD gecko issues (again) diff --git a/hbc/meta.xml b/hbc/meta.xml index 693f4f7..b53dcf5 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Snes9x GX Tantric, Zopenko, Askot - 4.5.1 - 20210206 + 4.5.2 + 20210323 Super Nintendo Emulator A port of Snes9x to the Wii. diff --git a/source/snes9xgx.h b/source/snes9xgx.h index 741fe00..4b2b882 100644 --- a/source/snes9xgx.h +++ b/source/snes9xgx.h @@ -20,7 +20,7 @@ #include "filelist.h" #define APPNAME "Snes9x GX" -#define APPVERSION "4.5.1" +#define APPVERSION "4.5.2" #define APPFOLDER "snes9xgx" #define PREF_FILE_NAME "settings.xml"