diff --git a/hbc/meta.xml b/hbc/meta.xml index 023bf6c..55a7c8f 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Visual Boy Advance GX Tantric - 2.3.9 - 20190125 + 2.4.0 + 20190413 GBA/GBC/GB Emulator A port of Visual Boy Advance - M to the Wii. diff --git a/readme.txt b/readme.txt index ea22c24..725e5e9 100644 --- a/readme.txt +++ b/readme.txt @@ -38,6 +38,13 @@ https://github.com/dborth/vbagx/releases |0Oื๘oท UPDATE HISTORY ทo๘ืO0| `จ•จจจจจ จจจจจจจจจจจจจจจจ จจจจจจจจจจจจจจจ จจจจจจจจจจจจจจจจจจจจ จจจจจจจจจจจจจ' +[2.4.0 - April 13, 2019] + +* Fixed crash when used as wiiflow plugin +* Fixed crash on launch when using network shares +* Fixed issues with on-screen keyboard +* Updated Korean translation + [2.3.9 - January 25, 2019] * Added ability to load external fonts and activated Japanese/Korean diff --git a/source/vbagx.h b/source/vbagx.h index 5f087a4..f07630b 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.9" +#define APPVERSION "2.4.0" #define APPFOLDER "vbagx" #define PREF_FILE_NAME "settings.xml" #define PAL_FILE_NAME "palettes.xml"