From b61d0102b060326c5ba02c53996614e00eee6833 Mon Sep 17 00:00:00 2001 From: Daryl Date: Mon, 29 Jun 2020 21:11:49 -0600 Subject: [PATCH] finalize 4.4.8 --- hbc/meta.xml | 4 ++-- readme.txt | 10 ++++++++++ source/snes9xgx.h | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/hbc/meta.xml b/hbc/meta.xml index fbd3d6ce..494e2f2f 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Snes9x GX Tantric, Zopenko, Askot - 4.4.7 - 20200304s + 4.4.8 + 20200629 Super Nintendo Emulator A port of Snes9x to the Wii. diff --git a/readme.txt b/readme.txt index b495a538..9cf2b8cd 100644 --- a/readme.txt +++ b/readme.txt @@ -35,6 +35,16 @@ Wii homebrew is WiiBrew (www.wiibrew.org). | UPDATE HISTORY | •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• +[4.4.8 - June 29, 2020] + +* Compiled with latest devkitPPC/libogc +* Fixed graphical glitches on GameCube port +* Translation updates +* Added Wii U vWii Channel, widescreen patch, and now reports console/CPU speed +* Upstream updates for Snes9x +* BS-X rom is now optional. If missing, will load directly into the game +* Other minor fixes + [4.4.7 - March 4, 2020] * Fixed 3rd party controllers (again) diff --git a/source/snes9xgx.h b/source/snes9xgx.h index 594dd040..89cab9fe 100644 --- a/source/snes9xgx.h +++ b/source/snes9xgx.h @@ -20,7 +20,7 @@ #include "filelist.h" #define APPNAME "Snes9x GX" -#define APPVERSION "4.4.7" +#define APPVERSION "4.4.8" #define APPFOLDER "snes9xgx" #define PREF_FILE_NAME "settings.xml"