mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
finalize 4.0.7
This commit is contained in:
parent
f61b07866a
commit
671787f6e2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user