mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 00:15:10 +01:00
finalize 2.1.7
This commit is contained in:
parent
49450b8fff
commit
d5c73256aa
@ -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.1.6</version>
|
<version>2.1.7</version>
|
||||||
<release_date>20100519</release_date>
|
<release_date>20100620</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>
|
||||||
</app>
|
</app>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
¸,ř¤°`°¤ř,¸¸,ř¤°`°¤ř,¸,ř¤°`°¤ř,¸¸,ř¤°`°¤ř,¸,ř¤°`°¤ř,¸¸,ř¤°`°¤ř,¸,ř¤°`°¤ř,¸¸,ř¤
|
¸,ř¤°`°¤ř,¸¸,ř¤°`°¤ř,¸,ř¤°`°¤ř,¸¸,ř¤°`°¤ř,¸,ř¤°`°¤ř,¸¸,ř¤°`°¤ř,¸,ř¤°`°¤ř,¸¸,ř¤
|
||||||
|
|
||||||
- Visual Boy Advance GX -
|
- Visual Boy Advance GX -
|
||||||
Version 2.1.6
|
Version 2.1.7
|
||||||
http://code.google.com/p/vba-wii
|
http://code.google.com/p/vba-wii
|
||||||
(Under GPL License)
|
(Under GPL License)
|
||||||
|
|
||||||
@ -28,6 +28,12 @@ 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.1.7 - June 20, 2010]
|
||||||
|
|
||||||
|
* USB improvements
|
||||||
|
* GameCube improvements - audio, SD Gecko, show thumbnails for saves
|
||||||
|
* Other minor changes
|
||||||
|
|
||||||
[2.1.6 - May 19, 2010]
|
[2.1.6 - May 19, 2010]
|
||||||
|
|
||||||
* DVD support fixed
|
* DVD support fixed
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#include "utils/FreeTypeGX.h"
|
#include "utils/FreeTypeGX.h"
|
||||||
|
|
||||||
#define APPNAME "Visual Boy Advance GX"
|
#define APPNAME "Visual Boy Advance GX"
|
||||||
#define APPVERSION "2.1.6"
|
#define APPVERSION "2.1.7"
|
||||||
#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"
|
||||||
|
@ -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.1.6">
|
<app version="2.1.7">
|
||||||
<file url="http://vba-wii.googlecode.com/files/Visual%20Boy%20Advance%20GX%202.1.6.zip"></file>
|
<file url="http://vba-wii.googlecode.com/files/Visual%20Boy%20Advance%20GX%202.1.7.zip"></file>
|
||||||
</app>
|
</app>
|
||||||
|
Loading…
Reference in New Issue
Block a user