finalize 4.0.9

This commit is contained in:
dborth 2009-07-23 03:27:52 +00:00
parent 75e5e28532
commit eedebfdbb5
5 changed files with 9 additions and 8 deletions

View File

@ -2,8 +2,8 @@
<app version="1"> <app version="1">
<name>Snes9X GX</name> <name>Snes9X GX</name>
<coder>Tantric, michniewski</coder> <coder>Tantric, michniewski</coder>
<version>4.0.8</version> <version>4.0.9</version>
<release_date>20090709</release_date> <release_date>20090722</release_date>
<short_description>Super Nintendo Emulator</short_description> <short_description>Super Nintendo Emulator</short_description>
<long_description> <long_description>
A Super Nintendo Emulator for Wii A Super Nintendo Emulator for Wii

View File

@ -10,7 +10,7 @@
­———————————————————————————————————————————————————————————————————————————— ­————————————————————————————————————————————————————————————————————————————
×—–­—–­—–­—–­ –­—–­—–­—–­—–­—–­—–­—–­—–­—–­— ­—–­—–­—–­—–­—–­—–­—–­—-­—–­-–•¬ ×—–­—–­—–­—–­ –­—–­—–­—–­—–­—–­—–­—–­—–­—–­— ­—–­—–­—–­—–­—–­—–­—–­—-­—–­-–•¬
|0O×øo· Snes9x GX 4.0.8 ·oø×O0| |0O×øo· Snes9x GX 4.0.9 ·oø×O0|
| http://code.google.com/p/snes9x-gx | | http://code.google.com/p/snes9x-gx |
| (Under GPL License) | | (Under GPL License) |
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨' `¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
@ -46,11 +46,12 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
| UPDATE HISTORY | | UPDATE HISTORY |
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
[4.0.9] [4.0.9 - July 22, 2009]
* Fixed "No game saves found." message when there are actually saves. * Fixed "No game saves found." message when there are actually saves.
* Fixed shift key on keyboard * Fixed shift key on keyboard
* Text scrolling works again * Text scrolling works again
* Change default prompt window selection to "Cancel" button
[4.0.8 - July 9, 2009] [4.0.8 - July 9, 2009]

View File

@ -99,7 +99,7 @@ void UpdateCheck()
else // temporary, for compatibility else // temporary, for compatibility
{ {
int versionnum = atoi(version); int versionnum = atoi(version);
if(versionnum > 18) // 018 (4.0.8) if(versionnum > 19) // 019 (4.0.9)
{ {
item = mxmlFindElement(xml, xml, "file", NULL, NULL, MXML_DESCEND); item = mxmlFindElement(xml, xml, "file", NULL, NULL, MXML_DESCEND);
if(item) if(item)

View File

@ -20,7 +20,7 @@
#include "filelist.h" #include "filelist.h"
#define APPNAME "Snes9x GX" #define APPNAME "Snes9x GX"
#define APPVERSION "4.0.8" #define APPVERSION "4.0.9"
#define PREF_FILE_NAME "settings.xml" #define PREF_FILE_NAME "settings.xml"
#define NOTSILENT 0 #define NOTSILENT 0

View File

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