finalize 4.0.7

This commit is contained in:
dborth 2009-06-30 06:38:08 +00:00
parent f61b07866a
commit 671787f6e2
4 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<name>Snes9X GX</name>
<coder>Tantric, michniewski</coder>
<version>4.0.7</version>
<release_date>20090530</release_date>
<release_date>20090630</release_date>
<short_description>Super Nintendo Emulator</short_description>
<long_description>
A Super Nintendo Emulator for Wii

View File

@ -46,9 +46,9 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
| UPDATE HISTORY |
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
[4.0.7]
[4.0.7 - June 30, 2009]
* Increase file browser listing to 10 entries, decrease font size
* Increased file browser listing to 10 entries, decreased font size
* Added text scrolling on file browser
* Added reset button for controller mappings
* Settings are now loaded from USB when loading the app from USB on HBC

View File

@ -99,7 +99,7 @@ void UpdateCheck()
else // temporary, for compatibility
{
int versionnum = atoi(version);
if(versionnum > 16) // 017 (4.0.7)
if(versionnum > 17) // 017 (4.0.7)
{
item = mxmlFindElement(xml, xml, "file", NULL, NULL, MXML_DESCEND);
if(item)

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="016">
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%204.0.6%20-%20Wii.zip"></file>
<app version="017">
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%204.0.7%20-%20Wii.zip"></file>
</app>