mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-23 19:19:18 +01:00
update version and readme
This commit is contained in:
parent
1e45619945
commit
ffc8f4aadb
@ -55,6 +55,15 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|
||||
|
||||
## UPDATE HISTORY
|
||||
|
||||
[2.4.8 - March 30, 2024]
|
||||
|
||||
* Added L+R+START for return to the menu for GCN controller (saulfabreg)
|
||||
* Fixed MBC2 data saving for F-1 Race, Kirby's Pinball Land, etc. (saulfabreg, based on fix from Steelskin)
|
||||
* Fixed MBC7 data saving for Kirby Tilt 'n' Tumble (saulfabreg, based on fix from Steelskin)
|
||||
* Compiled with latest devkitPPC/libogc
|
||||
* Added Swedish translation (IsakTheHacker)
|
||||
* Updated translations
|
||||
|
||||
[2.4.7 - July 31, 2023]
|
||||
|
||||
* Compiled with latest devkitPPC/libogc
|
||||
|
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>Visual Boy Advance GX</name>
|
||||
<coder>Tantric</coder>
|
||||
<version>2.4.7</version>
|
||||
<release_date>20230731</release_date>
|
||||
<version>2.4.8</version>
|
||||
<release_date>20240330</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.7"
|
||||
#define APPVERSION "2.4.8"
|
||||
#define APPFOLDER "vbagx"
|
||||
#define PREF_FILE_NAME "settings.xml"
|
||||
#define PAL_FILE_NAME "palettes.xml"
|
||||
|
Loading…
Reference in New Issue
Block a user