mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 03:56:53 +01:00
finalize 2.4.2
This commit is contained in:
parent
bfb4614c33
commit
d181f41271
@ -38,6 +38,13 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|
||||
|
||||
## UPDATE HISTORY
|
||||
|
||||
[2.4.2 - January 18, 2021]
|
||||
|
||||
* Compiled with latest devkitPPC/libogc
|
||||
* Added ability to change the player mapped to a connected controller
|
||||
* Significant memory usage reductions (fonts and loading cover images)
|
||||
* Other minor fixes
|
||||
|
||||
[2.4.1 - June 29, 2020]
|
||||
|
||||
* Compiled with latest devkitPPC/libogc
|
||||
|
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>Visual Boy Advance GX</name>
|
||||
<coder>Tantric</coder>
|
||||
<version>2.4.1</version>
|
||||
<release_date>20200629</release_date>
|
||||
<version>2.4.2</version>
|
||||
<release_date>20210118</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 />
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "utils/FreeTypeGX.h"
|
||||
|
||||
#define APPNAME "Visual Boy Advance GX"
|
||||
#define APPVERSION "2.4.1"
|
||||
#define APPVERSION "2.4.2"
|
||||
#define APPFOLDER "vbagx"
|
||||
#define PREF_FILE_NAME "settings.xml"
|
||||
#define PAL_FILE_NAME "palettes.xml"
|
||||
|
Loading…
Reference in New Issue
Block a user