mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
finalize 2.4.1
This commit is contained in:
parent
f09fdf2768
commit
08ea392b8e
@ -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.0</version>
|
<version>2.4.1</version>
|
||||||
<release_date>20190413</release_date>
|
<release_date>20200629</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 />
|
||||||
|
11
readme.txt
11
readme.txt
@ -38,6 +38,17 @@ https://github.com/dborth/vbagx/releases
|
|||||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
|0O×øo· UPDATE HISTORY ·oø×O0|
|
||||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||||
|
|
||||||
|
[2.4.1 - June 29, 2020]
|
||||||
|
|
||||||
|
* Compiled with latest devkitPPC/libogc
|
||||||
|
* Fixed some 3rd party controllers with invalid calibration data
|
||||||
|
* Translation updates
|
||||||
|
* Added Wii U vWii Channel, widescreen patch, and now reports console/CPU speed
|
||||||
|
* Added support for serial port 2 (SP2 / SD2SP2) on Gamecube
|
||||||
|
* Fixed Wii U Pro controller button mapping not being used in one case
|
||||||
|
* Fixed ZL button mapping for Wii U GamePad
|
||||||
|
* Other minor fixes
|
||||||
|
|
||||||
[2.4.0 - April 13, 2019]
|
[2.4.0 - April 13, 2019]
|
||||||
|
|
||||||
* Fixed crash when used as wiiflow plugin
|
* Fixed crash when used as wiiflow plugin
|
||||||
|
@ -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.0"
|
#define APPVERSION "2.4.1"
|
||||||
#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