From 3c573f69dc933a66bdaafeaa542231804c9f55ce Mon Sep 17 00:00:00 2001 From: bladeoner Date: Thu, 10 Oct 2019 07:00:27 +0200 Subject: [PATCH] update readme. finalize 4.4.4 (#875) --- hbc/meta.xml | 4 ++-- readme.txt | 10 +++++++++- source/snes9xgx.h | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/hbc/meta.xml b/hbc/meta.xml index daf261b..3ac2014 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Snes9x GX Tantric, Zopenko, Askot - 4.4.3 - 20190413 + 4.4.4 + 20191010 Super Nintendo Emulator A port of Snes9x to the Wii. diff --git a/readme.txt b/readme.txt index a52007d..9d16162 100644 --- a/readme.txt +++ b/readme.txt @@ -35,9 +35,17 @@ Wii homebrew is WiiBrew (www.wiibrew.org). | UPDATE HISTORY | •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• -[4.4.4] +[4.4.4 - October 10, 2019] * Added retrode support (thanks revvv!) +* Added L+R+START trigger to go back to emulator +* Added option to show local time +* Fixed buttons for all SNES peripherals (thanks niuus!) +* Fixed bg_preview image (thanks Tanooki16!) +* Fixed ZL button mapping for Wii U GamePad +* Fixed SuperFX2 Core Speed (Yoshi's Island was running too fast) +* Fixed Dragon Ball Z Hyper Dimension black screen +* Reduce compile time by unmacro Tile file [4.4.3 - April 13, 2019] diff --git a/source/snes9xgx.h b/source/snes9xgx.h index a91db44..90c538d 100644 --- a/source/snes9xgx.h +++ b/source/snes9xgx.h @@ -20,7 +20,7 @@ #include "filelist.h" #define APPNAME "Snes9x GX" -#define APPVERSION "4.4.3" +#define APPVERSION "4.4.4" #define APPFOLDER "snes9xgx" #define PREF_FILE_NAME "settings.xml"