Skip to content

Commit

Permalink
finalize 008
Browse files Browse the repository at this point in the history
  • Loading branch information
dborth committed Dec 24, 2008
1 parent b6791d1 commit 12bc136
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
13 changes: 12 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
`������� ���������������� ��������������� �������������������� �������������'
Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion source/ngc/menudraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand All @@ -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.");

Expand Down
2 changes: 1 addition & 1 deletion update.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="008">
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%20007.zip"></file>
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%20008%20-%20Wii.zip"></file>
</app>

0 comments on commit 12bc136

Please sign in to comment.