diff --git a/hbc/meta.xml b/hbc/meta.xml index c3ce710..485e20e 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Visual Boy Advance GX Tantric - 2.3.7 - 20180828 + 2.3.8 + 20190104 GBA/GBC/GB Emulator A port of Visual Boy Advance - M to the Wii. diff --git a/readme.txt b/readme.txt index b40945e..157e03b 100644 --- a/readme.txt +++ b/readme.txt @@ -38,12 +38,13 @@ https://github.com/dborth/vbagx/releases |0Oื๘oท UPDATE HISTORY ทo๘ืO0| `จ•จจจจจ จจจจจจจจจจจจจจจจ จจจจจจจจจจจจจจจ จจจจจจจจจจจจจจจจจจจจ จจจจจจจจจจจจจ' -[2.3.8] +[2.3.8 - January 4, 2019] * Restored changes lost from 2.3.0 core upgrade (GameCube virtual memory, optimizations from dancinninjac, GB color palettes, rotation/tilt for WarioWare Twisted, in-game rumble) * Improved WiiFlow integration +* Fixed controllers with no analog sticks * Added Wii U GamePad support (thanks Fix94!) [2.3.7 - August 28, 2018] diff --git a/source/vbagx.h b/source/vbagx.h index 2febf5b..e71886e 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.3.7" +#define APPVERSION "2.3.8" #define APPFOLDER "vbagx" #define PREF_FILE_NAME "settings.xml" #define PAL_FILE_NAME "palettes.xml"