finalize 2.3.9

This commit is contained in:
Daryl Borth 2019-01-25 18:58:58 -07:00
parent b0cbed213c
commit 788badfc5d
3 changed files with 5 additions and 4 deletions

View File

@ -2,8 +2,8 @@
<app version="1">
<name>Visual Boy Advance GX</name>
<coder>Tantric</coder>
<version>2.3.8</version>
<release_date>20190104</release_date>
<version>2.3.9</version>
<release_date>20190125</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 />

View File

@ -38,7 +38,7 @@ https://github.com/dborth/vbagx/releases
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[2.3.9]
[2.3.9 - January 25, 2019]
* Added ability to load external fonts and activated Japanese/Korean
translations. Simply put the ko.ttf or jp.ttf in the app directory
@ -46,6 +46,7 @@ https://github.com/dborth/vbagx/releases
in the app directory
* Added ability to change preview image source with + button (thanks Zalo!)
* Fixed issue with resetting motion controls
* Fixed issue with Mode 0 graphics transparency
[2.3.8 - January 4, 2019]

View File

@ -17,7 +17,7 @@
#include "utils/FreeTypeGX.h"
#define APPNAME "Visual Boy Advance GX"
#define APPVERSION "2.3.8"
#define APPVERSION "2.3.9"
#define APPFOLDER "vbagx"
#define PREF_FILE_NAME "settings.xml"
#define PAL_FILE_NAME "palettes.xml"