From 41e748fe00bf4edefd6c5bce58b1f428662fb4b9 Mon Sep 17 00:00:00 2001 From: dborth Date: Tue, 16 Jun 2009 05:14:36 +0000 Subject: [PATCH] bump version --- hbc/meta.xml | 2 +- readme.txt | 10 +++++++++- source/ngc/networkop.cpp | 2 +- source/ngc/snes9xGX.h | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/hbc/meta.xml b/hbc/meta.xml index a48a6fc..bbcad9d 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,7 +2,7 @@ Snes9X GX Tantric, michniewski - 4.0.6 + 4.0.7 20090530 Super Nintendo Emulator diff --git a/readme.txt b/readme.txt index 28d11be..db26a6f 100644 --- a/readme.txt +++ b/readme.txt @@ -10,7 +10,7 @@ ญ———————————————————————————————————————————————————————————————————————————— ื—–ญ—–ญ—–ญ—–ญ –ญ—–ญ—–ญ—–ญ—–ญ—–ญ—–ญ—–ญ—–ญ—–ญ— ญ—–ญ—–ญ—–ญ—–ญ—–ญ—–ญ—–ญ—-ญ—–ญ-–•ฌ -|0Oื๘oท Snes9x GX 4.0.6 ทo๘ืO0| +|0Oื๘oท Snes9x GX 4.0.7 ทo๘ืO0| | http://code.google.com/p/snes9x-gx | | (Under GPL License) | `จ•จจจจจ จจจจจจจจจจจจจจจจ จจจจจจจจจจจจจจจ จจจจจจจจจจจจจจจจจจจจ จจจจจจจจจจจจจ' @@ -46,6 +46,14 @@ Wii homebrew is WiiBrew (www.wiibrew.org). | UPDATE HISTORY | •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• +[4.0.7] + +* Settings are now loaded from USB when loading the app from USB on HBC +* Fixed menu crashes caused by ogg player bugs +* Fixed memory card saving verification bug +* Fixed game savebrowser bugs +* Miscellaneous code cleanup/corrections + [4.0.6 - May 30, 2009] * Fixed SD/USB corruption bug diff --git a/source/ngc/networkop.cpp b/source/ngc/networkop.cpp index 796cb39..81bf83b 100644 --- a/source/ngc/networkop.cpp +++ b/source/ngc/networkop.cpp @@ -99,7 +99,7 @@ void UpdateCheck() else // temporary, for compatibility { int versionnum = atoi(version); - if(versionnum > 16) // 016 (4.0.6) + if(versionnum > 16) // 017 (4.0.7) { item = mxmlFindElement(xml, xml, "file", NULL, NULL, MXML_DESCEND); if(item) diff --git a/source/ngc/snes9xGX.h b/source/ngc/snes9xGX.h index 3f97abe..4450a80 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.6" +#define APPVERSION "4.0.7" #define PREF_FILE_NAME "settings.xml" #define NOTSILENT 0