mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
update to 2.4.5
This commit is contained in:
parent
93ba7c6449
commit
0a3af31c78
@ -38,6 +38,12 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|
|||||||
|
|
||||||
## UPDATE HISTORY
|
## UPDATE HISTORY
|
||||||
|
|
||||||
|
[2.4.5 - March 23, 2021]
|
||||||
|
|
||||||
|
* Added L+R+START for back to menu for Wii Classic Controller
|
||||||
|
* Updated French translation (thanks Tanooki16!)
|
||||||
|
* Fixed issue with displaying screenshots
|
||||||
|
|
||||||
[2.4.4 - February 6, 2021]
|
[2.4.4 - February 6, 2021]
|
||||||
|
|
||||||
* Fixed SD2SP2 / SD gecko issues (again)
|
* Fixed SD2SP2 / SD gecko issues (again)
|
||||||
|
@ -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.4.4</version>
|
<version>2.4.5</version>
|
||||||
<release_date>20210206</release_date>
|
<release_date>20210323</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 />
|
||||||
|
@ -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.4.4"
|
#define APPVERSION "2.4.5"
|
||||||
#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