mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
finalize 008
This commit is contained in:
parent
b6791d16f7
commit
12bc1363ac
13
README.txt
13
README.txt
@ -10,7 +10,7 @@
|
|||||||
———————————————————————————————————————————————————————————————————————•ßrK•
|
———————————————————————————————————————————————————————————————————————•ßrK•
|
||||||
|
|
||||||
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
||||||
|0O×øo· SNES9X GX 007 ·oø×O0|
|
|0O×øo· SNES9X GX 008 ·oø×O0|
|
||||||
| http://code.google.com/p/snes9x-gx |
|
| http://code.google.com/p/snes9x-gx |
|
||||||
| (Under GPL License) |
|
| (Under GPL License) |
|
||||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||||
@ -41,6 +41,17 @@ Tantric. The project is currently being maintained by michniewski and Tantric.
|
|||||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
|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]
|
[What's New 007 - November 19, 2008]
|
||||||
|
|
||||||
* added: SDHC support
|
* added: SDHC support
|
||||||
|
@ -232,6 +232,9 @@ Credits ()
|
|||||||
else
|
else
|
||||||
ypos += 32;
|
ypos += 32;
|
||||||
|
|
||||||
|
setfontsize(16);
|
||||||
|
DrawText (-1, ypos += 30, "Official Site: http://code.google.com/p/snes9x-gx/");
|
||||||
|
ypos += 20;
|
||||||
setfontsize (20);
|
setfontsize (20);
|
||||||
DrawText (-1, ypos += 30, "Technical");
|
DrawText (-1, ypos += 30, "Technical");
|
||||||
|
|
||||||
@ -257,7 +260,7 @@ Credits ()
|
|||||||
DrawText (-1, ypos += 30, "TehSkeen users");
|
DrawText (-1, ypos += 30, "TehSkeen users");
|
||||||
|
|
||||||
setfontsize (12);
|
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, "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.");
|
DrawText (-1, ypos += 15, "under the terms of the GNU General Public License (GPL) Version 2.");
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<app version="008">
|
<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>
|
</app>
|
||||||
|
Loading…
Reference in New Issue
Block a user