From 0a3af31c78efbb33e0cdb6f3cdcdc719aba8ef8a Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Tue, 23 Mar 2021 18:47:47 -0600 Subject: [PATCH] update to 2.4.5 --- README.md | 6 ++++++ hbc/meta.xml | 4 ++-- source/vbagx.h | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ae13c2..6f294cd 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube. ## UPDATE HISTORY +[2.4.5 - March 23, 2021] + +* Added L+R+START for back to menu for Wii Classic Controller +* Updated French translation (thanks Tanooki16!) +* Fixed issue with displaying screenshots + [2.4.4 - February 6, 2021] * Fixed SD2SP2 / SD gecko issues (again) diff --git a/hbc/meta.xml b/hbc/meta.xml index 8bc9724..8db0b49 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Visual Boy Advance GX Tantric - 2.4.4 - 20210206 + 2.4.5 + 20210323 GBA/GBC/GB Emulator A port of Visual Boy Advance - M to the Wii. diff --git a/source/vbagx.h b/source/vbagx.h index 353f01c..9048b53 100644 --- a/source/vbagx.h +++ b/source/vbagx.h @@ -17,7 +17,7 @@ #include "utils/FreeTypeGX.h" #define APPNAME "Visual Boy Advance GX" -#define APPVERSION "2.4.4" +#define APPVERSION "2.4.5" #define APPFOLDER "vbagx" #define PREF_FILE_NAME "settings.xml" #define PAL_FILE_NAME "palettes.xml"