diff --git a/hbc/meta.xml b/hbc/meta.xml index 55a7c8f..4dbd6a7 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Visual Boy Advance GX Tantric - 2.4.0 - 20190413 + 2.4.1 + 20200629 GBA/GBC/GB Emulator A port of Visual Boy Advance - M to the Wii. diff --git a/readme.txt b/readme.txt index 725e5e9..8c29802 100644 --- a/readme.txt +++ b/readme.txt @@ -38,6 +38,17 @@ https://github.com/dborth/vbagx/releases |0Oื๘oท UPDATE HISTORY ทo๘ืO0| `จ•จจจจจ จจจจจจจจจจจจจจจจ จจจจจจจจจจจจจจจ จจจจจจจจจจจจจจจจจจจจ จจจจจจจจจจจจจ' +[2.4.1 - June 29, 2020] + +* Compiled with latest devkitPPC/libogc +* Fixed some 3rd party controllers with invalid calibration data +* Translation updates +* Added Wii U vWii Channel, widescreen patch, and now reports console/CPU speed +* Added support for serial port 2 (SP2 / SD2SP2) on Gamecube +* Fixed Wii U Pro controller button mapping not being used in one case +* Fixed ZL button mapping for Wii U GamePad +* Other minor fixes + [2.4.0 - April 13, 2019] * Fixed crash when used as wiiflow plugin diff --git a/source/vbagx.h b/source/vbagx.h index 4053ea7..f0830bc 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.0" +#define APPVERSION "2.4.1" #define APPFOLDER "vbagx" #define PREF_FILE_NAME "settings.xml" #define PAL_FILE_NAME "palettes.xml"