finalize 1.0.7

This commit is contained in:
dborth 2009-01-27 22:08:44 +00:00
parent 9e7c13fd8c
commit 96e93b5841
3 changed files with 16 additions and 5 deletions

View File

@ -1,7 +1,7 @@
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
- Visual Boy Advance GX -
Version 1.0.6
Version 1.0.7
http://code.google.com/p/vba-wii
(Under GPL License)
@ -17,7 +17,7 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
* IPS/UPS/PPF patch support
* Custom controller configurations
* SD, USB, DVD, SMB, GC Memory Card, Zip, and 7z support
* Compatiblity based on VBA-M r778
* Compatiblity based on VBA-M r847
* MEM2 ROM Storage for fast access
* Auto frame skip for those core heavy games
* Turbo speed, video zooming, widescreen, and unfiltered video options
@ -26,6 +26,17 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[What's New 1.0.7 - January 27, 2009]
* Updated to VBA-M r847
* Corrected sound interpolation
* Faster SD/USB - new read-ahead cache
* Removed trigger of back to menu for Classic Controller right joystick
* Fixed a bug with reading files < 2048 bytes
* Fixed GBA games on GameCube
* Fixed homebrew GBA games on GameCube
* Fixed some memory leaks, buffer overflows, etc
* Code cleanup, other general bugfixes
[What's New 1.0.6 - December 24, 2008]
* Fixed save state saving bug
* Fixed unstable SD card access

View File

@ -11,7 +11,7 @@
#define _VBAGX_H_
#define APPNAME "Visual Boy Advance GX"
#define APPVERSION "1.0.6"
#define APPVERSION "1.0.7"
#define PREF_FILE_NAME "settings.xml"
#define NOTSILENT 0

View File

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