From 71d905ceca4aac592bceba8b7fac69fb8806da69 Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Sat, 30 Mar 2024 10:27:27 -0600 Subject: [PATCH] update readme and version --- README.md | 6 ++++++ hbc/meta.xml | 4 ++-- source/snes9xgx.h | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f710e084..3e9e530f 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ Wii homebrew is WiiBrew (www.wiibrew.org). ## UPDATE HISTORY +[4.5.5 - March 30, 2024] +* Added 2xBR, 2xBR-lv1 and DDT video filters (Hyllian) +* Compiled with latest devkitPPC/libogc +* Added Swedish translation (IsakTheHacker) +* Updated translations + [4.5.4 - July 31, 2023] * Compiled with latest devkitPPC/libogc * Updated to newer Snes9x (bladeoner) diff --git a/hbc/meta.xml b/hbc/meta.xml index ed66be4d..58d042f1 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Snes9x GX Tantric, Zopenko, Askot - 4.5.4 - 20230731 + 4.5.5 + 20240330 Super Nintendo Emulator A port of Snes9x to the Wii. diff --git a/source/snes9xgx.h b/source/snes9xgx.h index 1d856e32..8fae44f8 100644 --- a/source/snes9xgx.h +++ b/source/snes9xgx.h @@ -20,7 +20,7 @@ #include "filelist.h" #define APPNAME "Snes9x GX" -#define APPVERSION "4.5.4" +#define APPVERSION "4.5.5" #define APPFOLDER "snes9xgx" #define PREF_FILE_NAME "settings.xml"