[3.0.3 - May 26, 2009]

* Improved stability
* Fixed broken SDHC from HBC 1.0.2 update
* Fixed issues with returning to menu from in-game
* Add option to disable rumble
* Auto-determines if HBC is present - returns to Wii menu otherwise
* Miscellaneous bugfixes
This commit is contained in:
dborth 2009-05-26 05:57:07 +00:00
parent c63dd08461
commit 59ec4a5c13
3 changed files with 13 additions and 4 deletions

View File

@ -1,7 +1,7 @@
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
- FCE Ultra GX -
Version 3.0.2
Version 3.0.3
http://code.google.com/p/fceugc
(Under GPL License)
@ -32,6 +32,15 @@ Wii/GameCube.
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[3.0.3 - May 26, 2009]
* Improved stability
* Fixed broken SDHC from HBC 1.0.2 update
* Fixed issues with returning to menu from in-game
* Add option to disable rumble
* Auto-determines if HBC is present - returns to Wii menu otherwise
* Miscellaneous bugfixes
[3.0.2 - April 30, 2009]
* Improved scrollbar

View File

@ -13,7 +13,7 @@
#define _FCEUGX_H_
#define APPNAME "FCE Ultra GX"
#define APPVERSION "3.0.2"
#define APPVERSION "3.0.3"
#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="3.0.2">
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.0.2%20-%20Wii.zip"></file>
<app version="3.0.3">
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.0.3%20-%20Wii.zip"></file>
</app>