From 7b72e0bc5f1259f652120951623dea84bdc87924 Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Fri, 25 Jan 2019 19:05:21 -0700 Subject: [PATCH] finalize 4.4.2 --- hbc/meta.xml | 4 ++-- readme.txt | 4 +++- source/snes9xgx.h | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/hbc/meta.xml b/hbc/meta.xml index af56867..ec8c6bf 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Snes9x GX Tantric, Zopenko, Askot - 4.4.1 - 20190104 + 4.4.2 + 20190125 Super Nintendo Emulator A port of Snes9x to the Wii. diff --git a/readme.txt b/readme.txt index 2f3a7ae..db34807 100644 --- a/readme.txt +++ b/readme.txt @@ -34,13 +34,15 @@ Wii homebrew is WiiBrew (www.wiibrew.org). | UPDATE HISTORY | •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• -[4.4.2] +[4.4.2 - January 25, 2019] * Fixed Wii U GamePad support * Added ability to load external fonts and activated Japanese/Korean translations. Simply put the ko.ttf or jp.ttf in the app directory * Added ability to customize background music. Simply put a bg_music.ogg in the app directory +* Updated to latest upstream Snes9x +* Added speed hacks for Super Mario RPG and Kirby's Dreamland 3 * Added ability to change preview image source with + button (thanks Zalo!) [4.4.1 - January 4, 2019] diff --git a/source/snes9xgx.h b/source/snes9xgx.h index c48e419..93ef019 100644 --- a/source/snes9xgx.h +++ b/source/snes9xgx.h @@ -20,7 +20,7 @@ #include "filelist.h" #define APPNAME "Snes9x GX" -#define APPVERSION "4.4.1" +#define APPVERSION "4.4.2" #define APPFOLDER "snes9xgx" #define PREF_FILE_NAME "settings.xml"