mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 02:29:16 +01:00
update readme. finalize 2.4.0
This commit is contained in:
parent
b77ca3340f
commit
cff1878679
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>Visual Boy Advance GX</name>
|
||||
<coder>Tantric</coder>
|
||||
<version>2.3.9</version>
|
||||
<release_date>20190125</release_date>
|
||||
<version>2.4.0</version>
|
||||
<release_date>20190413</release_date>
|
||||
<short_description>GBA/GBC/GB Emulator</short_description>
|
||||
<long_description>A port of Visual Boy Advance - M to the Wii.</long_description>
|
||||
<ahb_access />
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user