From abe92818ce95509fcfc53e1c34157729511e85d7 Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Fri, 24 Aug 2018 08:43:49 -0600 Subject: [PATCH] finalize 4.3.9 --- hbc/meta.xml | 4 ++-- readme.txt | 4 ++-- source/snes9xgx.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hbc/meta.xml b/hbc/meta.xml index 4d3818b..e211737 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Snes9x GX Tantric, Zopenko, Askot - 4.3.8 - 20180816 + 4.3.9 + 20180824 Super Nintendo Emulator A port of Snes9x to the Wii. diff --git a/readme.txt b/readme.txt index 51baa5b..0126b61 100644 --- a/readme.txt +++ b/readme.txt @@ -33,9 +33,9 @@ Wii homebrew is WiiBrew (www.wiibrew.org). | UPDATE HISTORY | •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• -[4.3.9] +[4.3.9 - August 24, 2018] -* Revert core completely back to Snes9x 1.52 to fix some games +* Revert core completely back to Snes9x 1.52 * Rewritten audio handling * Fix tinny audio issue when going from the game to the menu and back * Fixed random in-game crashes diff --git a/source/snes9xgx.h b/source/snes9xgx.h index 9769aea..dbdc38c 100644 --- a/source/snes9xgx.h +++ b/source/snes9xgx.h @@ -20,7 +20,7 @@ #include "filelist.h" #define APPNAME "Snes9x GX" -#define APPVERSION "4.3.8" +#define APPVERSION "4.3.9" #define APPFOLDER "snes9xgx" #define PREF_FILE_NAME "settings.xml"