diff --git a/hbc/meta.xml b/hbc/meta.xml index 9c69cd8..af56867 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Snes9x GX Tantric, Zopenko, Askot - 4.4.0 - 20181223 + 4.4.1 + 20190104 Super Nintendo Emulator A port of Snes9x to the Wii. diff --git a/readme.txt b/readme.txt index 1f3170f..0156e28 100644 --- a/readme.txt +++ b/readme.txt @@ -34,6 +34,11 @@ Wii homebrew is WiiBrew (www.wiibrew.org). | UPDATE HISTORY | •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• +[4.4.1 - January 4, 2019] + +* Fixed controllers with no analog sticks +* Fixed GameCube build + [4.4.0 - December 23, 2018] * Updated core to 1.58 diff --git a/source/snes9xgx.h b/source/snes9xgx.h index ee8cd61..c48e419 100644 --- a/source/snes9xgx.h +++ b/source/snes9xgx.h @@ -20,7 +20,7 @@ #include "filelist.h" #define APPNAME "Snes9x GX" -#define APPVERSION "4.4.0" +#define APPVERSION "4.4.1" #define APPFOLDER "snes9xgx" #define PREF_FILE_NAME "settings.xml"