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"