From 2c7c2cec0480a751b4a10c6ae94685a3b0d09cdf Mon Sep 17 00:00:00 2001 From: dborth Date: Sat, 14 Jan 2012 22:34:01 +0000 Subject: [PATCH] finalize 4.2.9 --- 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 799c953..f5126f7 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Snes9x GX Tantric - 4.2.8 - 20110515 + 4.2.9 + 20120114 Super Nintendo Emulator A port of Snes9x to the Wii. diff --git a/readme.txt b/readme.txt index 98112ca..921eb6e 100644 --- a/readme.txt +++ b/readme.txt @@ -43,6 +43,11 @@ Wii homebrew is WiiBrew (www.wiibrew.org). | UPDATE HISTORY | •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• +[4.2.9 - January 14, 2012] + +* More accurate pixel scaling (thanks eke-eke!) +* Other minor changes + [4.2.8 - May 15, 2011] * Ported a few upstream game fixes for: Mutant Chronicles - Doom Troopers, diff --git a/source/snes9xgx.h b/source/snes9xgx.h index fa4f569..eed7f5e 100644 --- a/source/snes9xgx.h +++ b/source/snes9xgx.h @@ -20,7 +20,7 @@ #include "filelist.h" #define APPNAME "Snes9x GX" -#define APPVERSION "4.2.8" +#define APPVERSION "4.2.9" #define APPFOLDER "snes9xgx" #define PREF_FILE_NAME "settings.xml"