mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 20:16:53 +01:00
finalize 2.3.9
This commit is contained in:
parent
b0cbed213c
commit
788badfc5d
@ -2,8 +2,8 @@
|
|||||||
<app version="1">
|
<app version="1">
|
||||||
<name>Visual Boy Advance GX</name>
|
<name>Visual Boy Advance GX</name>
|
||||||
<coder>Tantric</coder>
|
<coder>Tantric</coder>
|
||||||
<version>2.3.8</version>
|
<version>2.3.9</version>
|
||||||
<release_date>20190104</release_date>
|
<release_date>20190125</release_date>
|
||||||
<short_description>GBA/GBC/GB Emulator</short_description>
|
<short_description>GBA/GBC/GB Emulator</short_description>
|
||||||
<long_description>A port of Visual Boy Advance - M to the Wii.</long_description>
|
<long_description>A port of Visual Boy Advance - M to the Wii.</long_description>
|
||||||
<ahb_access />
|
<ahb_access />
|
||||||
|
@ -38,7 +38,7 @@ https://github.com/dborth/vbagx/releases
|
|||||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
|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
|
* Added ability to load external fonts and activated Japanese/Korean
|
||||||
translations. Simply put the ko.ttf or jp.ttf in the app directory
|
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
|
in the app directory
|
||||||
* Added ability to change preview image source with + button (thanks Zalo!)
|
* Added ability to change preview image source with + button (thanks Zalo!)
|
||||||
* Fixed issue with resetting motion controls
|
* Fixed issue with resetting motion controls
|
||||||
|
* Fixed issue with Mode 0 graphics transparency
|
||||||
|
|
||||||
[2.3.8 - January 4, 2019]
|
[2.3.8 - January 4, 2019]
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include "utils/FreeTypeGX.h"
|
#include "utils/FreeTypeGX.h"
|
||||||
|
|
||||||
#define APPNAME "Visual Boy Advance GX"
|
#define APPNAME "Visual Boy Advance GX"
|
||||||
#define APPVERSION "2.3.8"
|
#define APPVERSION "2.3.9"
|
||||||
#define APPFOLDER "vbagx"
|
#define APPFOLDER "vbagx"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
#define PAL_FILE_NAME "palettes.xml"
|
#define PAL_FILE_NAME "palettes.xml"
|
||||||
|
Loading…
Reference in New Issue
Block a user