From 12bc1363accd9a0a957ed538a2697fde3cc7bf96 Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 24 Dec 2008 08:44:36 +0000 Subject: [PATCH] finalize 008 --- README.txt | 13 ++++++++++++- source/ngc/menudraw.cpp | 5 ++++- update.xml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 08da9f2..5e411b7 100644 --- a/README.txt +++ b/README.txt @@ -10,7 +10,7 @@ ­———————————————————————————————————————————————————————————————————————•ßrK• ×—–­—–­—–­—–­ –­—–­—–­—–­—–­—–­—–­—–­—–­—–­— ­—–­—–­—–­—–­—–­—–­—–­—-­—–­-–•¬ -|0O×øo· SNES9X GX 007 ·oø×O0| +|0O×øo· SNES9X GX 008 ·oø×O0| | http://code.google.com/p/snes9x-gx | | (Under GPL License) | `¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨' @@ -41,6 +41,17 @@ Tantric. The project is currently being maintained by michniewski and Tantric. |0O×øo· UPDATE HISTORY ·oø×O0| `¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨' +[What's New 008 - 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 +* Fixed "invalid file size" error on smaller games (eg: Space Invaders) +* Fixed hangup in Super Mario RPG +* Minor bug fixes + [What's New 007 - November 19, 2008] * added: SDHC support diff --git a/source/ngc/menudraw.cpp b/source/ngc/menudraw.cpp index be2fdec..47403c7 100644 --- a/source/ngc/menudraw.cpp +++ b/source/ngc/menudraw.cpp @@ -232,6 +232,9 @@ Credits () else ypos += 32; + setfontsize(16); + DrawText (-1, ypos += 30, "Official Site: http://code.google.com/p/snes9x-gx/"); + ypos += 20; setfontsize (20); DrawText (-1, ypos += 30, "Technical"); @@ -257,7 +260,7 @@ Credits () DrawText (-1, ypos += 30, "TehSkeen users"); setfontsize (12); - DrawText (-1, ypos += 75, "Snes9x - Copyright (c) Snes9x Team 1996 - 2006"); + DrawText (-1, ypos += 45, "Snes9x - Copyright (c) Snes9x Team 1996 - 2006"); DrawText (-1, ypos += 15, "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."); diff --git a/update.xml b/update.xml index ff55864..2d78536 100644 --- a/update.xml +++ b/update.xml @@ -1,4 +1,4 @@ - +