mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 22:30:46 +01:00
[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:
parent
c63dd08461
commit
59ec4a5c13
11
readme.txt
11
readme.txt
@ -1,7 +1,7 @@
|
|||||||
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
||||||
|
|
||||||
- FCE Ultra GX -
|
- FCE Ultra GX -
|
||||||
Version 3.0.2
|
Version 3.0.3
|
||||||
http://code.google.com/p/fceugc
|
http://code.google.com/p/fceugc
|
||||||
(Under GPL License)
|
(Under GPL License)
|
||||||
|
|
||||||
@ -32,6 +32,15 @@ Wii/GameCube.
|
|||||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
|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]
|
[3.0.2 - April 30, 2009]
|
||||||
|
|
||||||
* Improved scrollbar
|
* Improved scrollbar
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#define _FCEUGX_H_
|
#define _FCEUGX_H_
|
||||||
|
|
||||||
#define APPNAME "FCE Ultra GX"
|
#define APPNAME "FCE Ultra GX"
|
||||||
#define APPVERSION "3.0.2"
|
#define APPVERSION "3.0.3"
|
||||||
#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="3.0.2">
|
<app version="3.0.3">
|
||||||
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.0.2%20-%20Wii.zip"></file>
|
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.0.3%20-%20Wii.zip"></file>
|
||||||
</app>
|
</app>
|
||||||
|
Loading…
Reference in New Issue
Block a user