diff --git a/README.md b/README.md index c534d71..f570bf6 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,15 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube. ## UPDATE HISTORY +[2.4.8 - March 30, 2024] + +* Added L+R+START for return to the menu for GCN controller (saulfabreg) +* Fixed MBC2 data saving for F-1 Race, Kirby's Pinball Land, etc. (saulfabreg, based on fix from Steelskin) +* Fixed MBC7 data saving for Kirby Tilt 'n' Tumble (saulfabreg, based on fix from Steelskin) +* Compiled with latest devkitPPC/libogc +* Added Swedish translation (IsakTheHacker) +* Updated translations + [2.4.7 - July 31, 2023] * Compiled with latest devkitPPC/libogc diff --git a/hbc/meta.xml b/hbc/meta.xml index ba61238..000a130 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Visual Boy Advance GX Tantric - 2.4.7 - 20230731 + 2.4.8 + 20240330 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 5e20e56..838f470 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.7" +#define APPVERSION "2.4.8" #define APPFOLDER "vbagx" #define PREF_FILE_NAME "settings.xml" #define PAL_FILE_NAME "palettes.xml"