mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
finalize 2.0.5
This commit is contained in:
parent
1abc60f6ab
commit
9c1014fcb4
14
readme.txt
14
readme.txt
@ -1,7 +1,7 @@
|
||||
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
||||
|
||||
- Visual Boy Advance GX -
|
||||
Version 2.0.4
|
||||
Version 2.0.5
|
||||
http://code.google.com/p/vba-wii
|
||||
(Under GPL License)
|
||||
|
||||
@ -28,6 +28,18 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|
||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||
|
||||
[2.0.5 - July 9, 2009]
|
||||
|
||||
* Faster SMB/USB browsing
|
||||
* Last browsed folder is now remembered
|
||||
* Fixed controller mapping reset button
|
||||
* Fixed no sound on GameCube version
|
||||
* Directory names are no longer altered
|
||||
* Preferences now only saved on exit
|
||||
* Fixed on-screen keyboard glitches
|
||||
* SRAM auto-saved on power-off from within a game
|
||||
* Prevent 7z lockups, better 7z error messages
|
||||
|
||||
[2.0.4 - June 30, 2009]
|
||||
|
||||
* Fixed auto-update
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "filelist.h"
|
||||
|
||||
#define APPNAME "Visual Boy Advance GX"
|
||||
#define APPVERSION "2.0.4"
|
||||
#define APPVERSION "2.0.5"
|
||||
#define PREF_FILE_NAME "settings.xml"
|
||||
#define PAL_FILE_NAME "palettes.xml"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<app version="2.0.4">
|
||||
<file url="http://vba-wii.googlecode.com/files/Visual%20Boy%20Advance%20GX%202.0.4%20-%20Wii.zip"></file>
|
||||
<app version="2.0.5">
|
||||
<file url="http://vba-wii.googlecode.com/files/Visual%20Boy%20Advance%20GX%202.0.5%20-%20Wii.zip"></file>
|
||||
</app>
|
||||
|
Loading…
Reference in New Issue
Block a user