mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 08:25:12 +01:00
finalize 2.0.1
This commit is contained in:
parent
d4f08b25f2
commit
f1b70317ba
11
readme.txt
11
readme.txt
@ -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
|
||||
|
@ -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
|
||||
};
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user