mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-28 03:31:49 +01:00
bump version
This commit is contained in:
parent
c04fcf573f
commit
bc12b5559f
17
readme.txt
17
readme.txt
@ -1,7 +1,7 @@
|
|||||||
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
||||||
|
|
||||||
- Visual Boy Advance GX -
|
- Visual Boy Advance GX -
|
||||||
Version 2.0.2
|
Version 2.0.3
|
||||||
http://code.google.com/p/vba-wii
|
http://code.google.com/p/vba-wii
|
||||||
(Under GPL License)
|
(Under GPL License)
|
||||||
|
|
||||||
@ -28,6 +28,21 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|
|||||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
|0O×øo· UPDATE HISTORY ·oø×O0|
|
||||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||||
|
|
||||||
|
[2.0.3 - May 30, 2009]
|
||||||
|
|
||||||
|
* Fixed SD/USB corruption bug
|
||||||
|
* SMB works again
|
||||||
|
* GUI bugs fixed, GUI behavioral improvements
|
||||||
|
* GB Palette editing
|
||||||
|
* More built-in palettes
|
||||||
|
* Palettes now fade to white correctly instead of getting brighter
|
||||||
|
* Can now turn off palette colorizing
|
||||||
|
* Workaround for palette issue on Mega Man I GB - palette disabled
|
||||||
|
* Star Wars, TMNT, Lord Of The Rings, Castlevania Wii Controls
|
||||||
|
* Fix for WarioWare startup - Nunchuk C button or Wii Remote B button will now
|
||||||
|
make calibration easy by locking the gyroscope.
|
||||||
|
* Fixed issues with constant rumbling
|
||||||
|
|
||||||
[2.0.2 - May 26, 2009]
|
[2.0.2 - May 26, 2009]
|
||||||
|
|
||||||
* Improved stability
|
* Improved stability
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include "filelist.h"
|
#include "filelist.h"
|
||||||
|
|
||||||
#define APPNAME "Visual Boy Advance GX"
|
#define APPNAME "Visual Boy Advance GX"
|
||||||
#define APPVERSION "2.0.2"
|
#define APPVERSION "2.0.3"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
#define PAL_FILE_NAME "palette.xml"
|
#define PAL_FILE_NAME "palette.xml"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<app version="2.0.2">
|
<app version="2.0.3">
|
||||||
<file url="http://vba-wii.googlecode.com/files/Visual%20Boy%20Advance%20GX%202.0.2%20-%20Wii.zip"></file>
|
<file url="http://vba-wii.googlecode.com/files/Visual%20Boy%20Advance%20GX%202.0.3%20-%20Wii.zip"></file>
|
||||||
</app>
|
</app>
|
||||||
|
Loading…
Reference in New Issue
Block a user