From 79a1111178400724a8da7eb9bd19998ef1f7be51 Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Fri, 4 Jan 2019 18:12:35 -0700 Subject: [PATCH] finalize 4.4.1 --- hbc/meta.xml | 4 ++-- readme.txt | 5 +++++ source/snes9xgx.h | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/hbc/meta.xml b/hbc/meta.xml index 9c69cd8e..af568677 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 1f3170f9..0156e28c 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 0f060df3..91bd5e19 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"