From dfa49325ec7bb0d3712d3768fe895547b5cb6204 Mon Sep 17 00:00:00 2001 From: dborth Date: Thu, 22 Jul 2010 07:21:40 +0000 Subject: [PATCH] finalize 4.2.3 --- hbc/meta.xml | 4 ++-- readme.txt | 6 +++++- source/networkop.cpp | 8 +++++++- source/snes9xgx.h | 2 +- update.xml | 4 ++-- 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/hbc/meta.xml b/hbc/meta.xml index 69ad9ef..38ead13 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ Snes9x GX Tantric - 4.2.2 - 20100720 + 4.2.3 + 20100722 Super Nintendo Emulator A Super Nintendo Emulator for Wii diff --git a/readme.txt b/readme.txt index a5264f0..34c8ff5 100644 --- a/readme.txt +++ b/readme.txt @@ -10,7 +10,7 @@ ญ———————————————————————————————————————————————————————————————————————————— ื—–ญ—–ญ—–ญ—–ญ –ญ—–ญ—–ญ—–ญ—–ญ—–ญ—–ญ—–ญ—–ญ—–ญ— ญ—–ญ—–ญ—–ญ—–ญ—–ญ—–ญ—–ญ—-ญ—–ญ-–•ฌ -|0Oื๘oท Snes9x GX 4.2.2 ทo๘ืO0| +|0Oื๘oท Snes9x GX ทo๘ืO0| | http://code.google.com/p/snes9x-gx | | (Under GPL License) | `จ•จจจจจ จจจจจจจจจจจจจจจจ จจจจจจจจจจจจจจจ จจจจจจจจจจจจจจจจจจจจ จจจจจจจจจจจจจ' @@ -43,6 +43,10 @@ Wii homebrew is WiiBrew (www.wiibrew.org). | UPDATE HISTORY | •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• +[4.2.3 - July 22, 2010] + +* Fixed broken auto-update + [4.2.2 - July 20, 2010] * Reverted USB2 changes diff --git a/source/networkop.cpp b/source/networkop.cpp index eee4844..851342d 100644 --- a/source/networkop.cpp +++ b/source/networkop.cpp @@ -152,8 +152,14 @@ bool DownloadUpdate() if (hfile) { if(http_request(updateURL, hfile, NULL, (1024*1024*10), NOTSILENT) > 0) + { + fclose (hfile); result = unzipArchive(updateFile, (char *)pathPrefix[device]); - fclose (hfile); + } + else + { + fclose (hfile); + } remove(updateFile); // delete update file } diff --git a/source/snes9xgx.h b/source/snes9xgx.h index e4c57be..fece547 100644 --- a/source/snes9xgx.h +++ b/source/snes9xgx.h @@ -20,7 +20,7 @@ #include "filelist.h" #define APPNAME "Snes9x GX" -#define APPVERSION "4.2.2" +#define APPVERSION "4.2.3" #define APPFOLDER "snes9xgx" #define PREF_FILE_NAME "settings.xml" diff --git a/update.xml b/update.xml index b6f7438..fb028c7 100644 --- a/update.xml +++ b/update.xml @@ -1,4 +1,4 @@ - - + +