diff --git a/README.md b/README.md index 489413f..6584dfa 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,13 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube. ## UPDATE HISTORY +[2.4.6 - June 15, 2022] + +* Compiled with latest devkitPPC/libogc +* Added "Enable Turbo Mode" toggle to the Video Settings menu (based on InfiniteBlueGX's code) +* Updated translations +* Improved forwarder support + [2.4.5 - March 23, 2021] * Added L+R+START for back to menu for Wii Classic Controller diff --git a/hbc/meta.xml b/hbc/meta.xml index 8db0b49..ad5d1a5 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Visual Boy Advance GX Tantric - 2.4.5 - 20210323 + 2.4.6 + 20220615 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 064d2dd..11d4415 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.5" +#define APPVERSION "2.4.6" #define APPFOLDER "vbagx" #define PREF_FILE_NAME "settings.xml" #define PAL_FILE_NAME "palettes.xml"