From b27ac565d5bfed6351a9c0af4cda6d524edab499 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Sun, 5 Aug 2018 22:39:13 +0200 Subject: [PATCH] Update build to version 4.3.8 * Add MSU1 support (thanks qwertymodo!) * Add BPS soft-patching support (thanks qwertymodo!) * Allow loader to pass two arguments instead of three (libertyernie) * Backport some MSU1 fixes from snes9x * Fix a few potential crashes caused by the GUI * Compiled with latest libOGC/devkitPPC * Remove update check completely. * Compatibility fixes for newer devkitppc. * Compile fixes for Gamecube * Compile fixes for Linux --- hbc/meta.xml | 4 ++-- readme.txt | 10 +++++++--- source/snes9xgx.h | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/hbc/meta.xml b/hbc/meta.xml index fb24c38..5a88240 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Snes9x GX Tantric, Zopenko, Askot - 4.3.5-fix1 - 20160216 + 4.3.8 + 20180805 Super Nintendo Emulator A port of Snes9x to the Wii. diff --git a/readme.txt b/readme.txt index 002661a..f8363e3 100644 --- a/readme.txt +++ b/readme.txt @@ -32,14 +32,18 @@ Wii homebrew is WiiBrew (www.wiibrew.org). | UPDATE HISTORY | •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• -[4.3.8] +[4.3.8 - August 5, 2018] * Add MSU1 support (thanks qwertymodo!) * Add BPS soft-patching support (thanks qwertymodo!) * Allow loader to pass two arguments instead of three (libertyernie) -* backport some MSU1 fixes from snes9x +* Backport some MSU1 fixes from snes9x * Fix a few potential crashes caused by the GUI * Compiled with latest libOGC/devkitPPC +* Remove update check completely. +* Compatibility fixes for newer devkitppc. +* Compile fixes for Gamecube +* Compile fixes for Linux [4.3.7 - December 9, 2016] @@ -910,4 +914,4 @@ changes to the emulator settings again and save them. ח–­—–­—–­—–­ –­—–­—–­—–­—–­—–­—–­—–­—–­—–­— ­—–­—–­—–­—–­—–­—–­—–­—-­—–­-–•Ĵ |0O×ĝo· ·oĝ×O0| -`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨' \ No newline at end of file +`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨' diff --git a/source/snes9xgx.h b/source/snes9xgx.h index b1a9d22..9769aea 100644 --- a/source/snes9xgx.h +++ b/source/snes9xgx.h @@ -20,7 +20,7 @@ #include "filelist.h" #define APPNAME "Snes9x GX" -#define APPVERSION "4.3.7" +#define APPVERSION "4.3.8" #define APPFOLDER "snes9xgx" #define PREF_FILE_NAME "settings.xml"