mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 20:16:53 +01:00
finalize 1.0.7
This commit is contained in:
parent
9e7c13fd8c
commit
96e93b5841
15
readme.txt
15
readme.txt
@ -1,7 +1,7 @@
|
|||||||
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
||||||
|
|
||||||
- Visual Boy Advance GX -
|
- Visual Boy Advance GX -
|
||||||
Version 1.0.6
|
Version 1.0.7
|
||||||
http://code.google.com/p/vba-wii
|
http://code.google.com/p/vba-wii
|
||||||
(Under GPL License)
|
(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
|
* IPS/UPS/PPF patch support
|
||||||
* Custom controller configurations
|
* Custom controller configurations
|
||||||
* SD, USB, DVD, SMB, GC Memory Card, Zip, and 7z support
|
* 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
|
* MEM2 ROM Storage for fast access
|
||||||
* Auto frame skip for those core heavy games
|
* Auto frame skip for those core heavy games
|
||||||
* Turbo speed, video zooming, widescreen, and unfiltered video options
|
* 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|
|
|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]
|
[What's New 1.0.6 - December 24, 2008]
|
||||||
* Fixed save state saving bug
|
* Fixed save state saving bug
|
||||||
* Fixed unstable SD card access
|
* Fixed unstable SD card access
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#define _VBAGX_H_
|
#define _VBAGX_H_
|
||||||
|
|
||||||
#define APPNAME "Visual Boy Advance GX"
|
#define APPNAME "Visual Boy Advance GX"
|
||||||
#define APPVERSION "1.0.6"
|
#define APPVERSION "1.0.7"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
|
|
||||||
#define NOTSILENT 0
|
#define NOTSILENT 0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<app version="1.0.6">
|
<app version="1.0.7">
|
||||||
<file url="http://vba-wii.googlecode.com/files/Visual%20Boy%20Advance%20GX%201.0.6%20-%20Wii.zip"></file>
|
<file url="http://vba-wii.googlecode.com/files/Visual%20Boy%20Advance%20GX%201.0.7%20-%20Wii.zip"></file>
|
||||||
</app>
|
</app>
|
||||||
|
Loading…
Reference in New Issue
Block a user