diff --git a/README.md b/README.md index 6137ef2..5162591 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,13 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube. ## UPDATE HISTORY +[2.4.2 - January 18, 2021] + +* Compiled with latest devkitPPC/libogc +* Added ability to change the player mapped to a connected controller +* Significant memory usage reductions (fonts and loading cover images) +* Other minor fixes + [2.4.1 - June 29, 2020] * Compiled with latest devkitPPC/libogc diff --git a/hbc/meta.xml b/hbc/meta.xml index 4dbd6a7..ad6443f 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Visual Boy Advance GX Tantric - 2.4.1 - 20200629 + 2.4.2 + 20210118 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 7b92d4d..e0f98f4 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.1" +#define APPVERSION "2.4.2" #define APPFOLDER "vbagx" #define PREF_FILE_NAME "settings.xml" #define PAL_FILE_NAME "palettes.xml"