From 3df4b3b98dad933cb0a4d58814f2d76ee13ea4c5 Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 24 Dec 2008 08:52:41 +0000 Subject: [PATCH] finalize 2.0.8 --- readme.txt | 13 ++++++++++++- source/ngc/menudraw.c | 5 ++++- update.xml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 7c2efe4..1c34b99 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/source/ngc/menudraw.c b/source/ngc/menudraw.c index b26e862..b2a02a4 100644 --- a/source/ngc/menudraw.c +++ b/source/ngc/menudraw.c @@ -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 (); diff --git a/update.xml b/update.xml index 9b6ae0f..b63e988 100644 --- a/update.xml +++ b/update.xml @@ -1,4 +1,4 @@ - +