diff --git a/hbc/meta.xml b/hbc/meta.xml index de672a9..e45c959 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Snes9X GX Tantric, michniewski - 4.0.2 - 20090422 + 4.0.4 + 20090430 Super Nintendo Emulator A Super Nintendo Emulator for Wii diff --git a/readme.txt b/readme.txt index f82763e..606f789 100644 --- a/readme.txt +++ b/readme.txt @@ -10,7 +10,7 @@ ­———————————————————————————————————————————————————————————————————————•ßrK• ×—–­—–­—–­—–­ –­—–­—–­—–­—–­—–­—–­—–­—–­—–­— ­—–­—–­—–­—–­—–­—–­—–­—-­—–­-–•¬ -|0O×øo· Snes9x GX 4.0.3 ·oø×O0| +|0O×øo· Snes9x GX 4.0.4 ·oø×O0| | http://code.google.com/p/snes9x-gx | | (Under GPL License) | `¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨' @@ -48,6 +48,14 @@ guides on how to install and get homebrew working on your Nintendo Wii. | UPDATE HISTORY | •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• +[4.0.4 - April 30, 2009] + +* Improved scrollbar +* Built with more stable libogc/libfat +* Fixed rumble bug in filebrowser +* Added confirmation prompts +* Fixed settings saving glitches + [4.0.3 - April 23, 2009] * Settings resetting glitch fixed diff --git a/source/ngc/networkop.cpp b/source/ngc/networkop.cpp index 7d8848b..8170a7e 100644 --- a/source/ngc/networkop.cpp +++ b/source/ngc/networkop.cpp @@ -98,7 +98,7 @@ void UpdateCheck() else // temporary, for compatibility { int versionnum = atoi(version); - if(versionnum > 13) // 013 (4.0.3) + if(versionnum > 14) // 014 (4.0.4) { item = mxmlFindElement(xml, xml, "file", NULL, NULL, MXML_DESCEND); if(item) diff --git a/source/ngc/snes9xGX.h b/source/ngc/snes9xGX.h index f289375..a5915ac 100644 --- a/source/ngc/snes9xGX.h +++ b/source/ngc/snes9xGX.h @@ -20,7 +20,7 @@ #include "filelist.h" #define APPNAME "Snes9x GX" -#define APPVERSION "4.0.3" +#define APPVERSION "4.0.4" #define PREF_FILE_NAME "settings.xml" #define NOTSILENT 0 diff --git a/update.xml b/update.xml index 9ffd7c5..b6b2d40 100644 --- a/update.xml +++ b/update.xml @@ -1,4 +1,4 @@ - - + +