finalize 2.0.1

This commit is contained in:
dborth 2009-05-01 02:52:42 +00:00
parent d4f08b25f2
commit f1b70317ba
3 changed files with 14 additions and 5 deletions

View File

@ -1,7 +1,7 @@
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
- Visual Boy Advance GX -
Version 2.0.0
Version 2.0.1
http://code.google.com/p/vba-wii
(Under GPL License)
@ -28,6 +28,15 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[2.0.1 - April 30, 2009]
* Multiple state saves now working
* Built with more stable libogc/libfat
* Fixed settings saving glitches
* Fixed Mortal Kombat GameCube controller bug
* Fixed Zelda DX palette bug
* Fixed Harry Potter 1-3 keyboard bug
[2.0.0 - April 27, 2009]
* New GX-based menu, with a completely redesigned layout. Has Wiimote IR
support, sounds, graphics, animation effects, and more

View File

@ -14,7 +14,7 @@
#include "filelist.h"
#define APPNAME "Visual Boy Advance GX"
#define APPVERSION "2.0.0"
#define APPVERSION "2.0.1"
#define PREF_FILE_NAME "settings.xml"
#define NOTSILENT 0
@ -33,9 +33,9 @@ enum {
};
enum {
FILE_ROM,
FILE_SRAM,
FILE_SNAPSHOT,
FILE_ROM,
FILE_CHEAT,
FILE_PREF
};

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="2.0.0">
<file url="http://vba-wii.googlecode.com/files/Visual%20Boy%20Advance%20GX%202.0.0%20-%20Wii.zip"></file>
<app version="2.0.1">
<file url="http://vba-wii.googlecode.com/files/Visual%20Boy%20Advance%20GX%202.0.1%20-%20Wii.zip"></file>
</app>