finalize 2.0.8

This commit is contained in:
dborth 2008-12-24 08:52:41 +00:00
parent 9a5f551e94
commit 3df4b3b98d
3 changed files with 17 additions and 3 deletions

View File

@ -1,7 +1,7 @@
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
- FCE Ultra GX -
Version 2.0.7
Version 2.0.8
http://code.google.com/p/fceugc
(Under GPL License)
@ -33,6 +33,17 @@ SNES9x GX project.
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[What's New 2.0.8 - December 24, 2008]
* Fixed unstable SD card access
* Proper SD/USB hotswap (Wii only)
* Auto-update feature (Wii only)
* Rewritten SMB access - speed boost, NTLM now supported (Wii only)
* Improved file access code
* Resetting preferences now resets controls
* Overscan (cropping) setting now saved in preferences
* Rewritten RAM/state saving - old state saves are now invalid
* Minor bug fixes
[What's New 2.0.7 - November 19, 2008]
* Special thanks to eke-eke & KruLLo for contributions, bugfixes, and tips
* Video code rewritten - now has original, unfiltered, filtered modes

View File

@ -221,6 +221,9 @@ Credits ()
ypos += 20;
setfontsize (14);
DrawText (-1, ypos += 22, "Official Site: http://code.google.com/p/fceugc/");
ypos += 10;
DrawText (125, ypos += 22, "GameCube/Wii Port v2.x");
DrawText (350, ypos, "Tantric");
DrawText (125, ypos += 18, "GameCube/Wii Port v1.0.9");
@ -239,7 +242,7 @@ Credits ()
DrawText (-1, ypos += 36, "And many others who have contributed over the years!");
setfontsize (12);
DrawText (-1, ypos += 50, "This software is open source and may be copied, distributed, or modified");
DrawText (-1, ypos += 40, "This software is open source and may be copied, distributed, or modified");
DrawText (-1, ypos += 15, "under the terms of the GNU General Public License (GPL) Version 2.");
showscreen ();

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="2.0.8">
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%202.0.7.zip"></file>
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%202.0.8%20-%20Wii.zip"></file>
</app>