update version

This commit is contained in:
Daryl Borth 2022-06-15 21:41:12 -06:00
parent 965a1aac20
commit 682c28a88a
3 changed files with 10 additions and 3 deletions

View File

@ -48,6 +48,13 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
## UPDATE HISTORY
[2.4.6 - June 15, 2022]
* Compiled with latest devkitPPC/libogc
* Added "Enable Turbo Mode" toggle to the Video Settings menu (based on InfiniteBlueGX's code)
* Updated translations
* Improved forwarder support
[2.4.5 - March 23, 2021]
* Added L+R+START for back to menu for Wii Classic Controller

View File

@ -2,8 +2,8 @@
<app version="1">
<name>Visual Boy Advance GX</name>
<coder>Tantric</coder>
<version>2.4.5</version>
<release_date>20210323</release_date>
<version>2.4.6</version>
<release_date>20220615</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

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