From bc45121dd8a258a3fd668ac29033e7c2306191f9 Mon Sep 17 00:00:00 2001 From: dborth Date: Thu, 22 Jul 2010 07:22:33 +0000 Subject: [PATCH] finalize 3.2.1 --- hbc/meta.xml | 4 ++-- readme.txt | 5 ++++- source/fceugx.h | 2 +- source/networkop.cpp | 8 +++++++- update.xml | 4 ++-- 5 files changed, 16 insertions(+), 7 deletions(-) diff --git a/hbc/meta.xml b/hbc/meta.xml index 54ff396..7508f93 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ FCE Ultra GX Tantric - 3.2.0 - 20100720 + 3.2.1 + 20100722 Nintendo Emulator A port of FCE Ultra to the Wii. diff --git a/readme.txt b/readme.txt index 2cfe9ef..55aa0cf 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,6 @@ ¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤ - FCE Ultra GX - - Version 3.2.0 http://code.google.com/p/fceugc (Under GPL License) @@ -33,6 +32,10 @@ Wii/GameCube. |0O×øo· UPDATE HISTORY ·oø×O0| `¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨' +[3.2.1 - July 22, 2010] + +* Fixed broken auto-update + [3.2.0 - July 20, 2010] * Reverted USB2 changes diff --git a/source/fceugx.h b/source/fceugx.h index 12c2618..c322b60 100644 --- a/source/fceugx.h +++ b/source/fceugx.h @@ -17,7 +17,7 @@ #include "fceultra/driver.h" #define APPNAME "FCE Ultra GX" -#define APPVERSION "3.2.0" +#define APPVERSION "3.2.1" #define APPFOLDER "fceugx" #define PREF_FILE_NAME "settings.xml" diff --git a/source/networkop.cpp b/source/networkop.cpp index 7a8ae20..d47f28a 100644 --- a/source/networkop.cpp +++ b/source/networkop.cpp @@ -153,8 +153,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/update.xml b/update.xml index 56b5808..1350e72 100644 --- a/update.xml +++ b/update.xml @@ -1,4 +1,4 @@ - - + +