diff --git a/NusClient.cs b/NusClient.cs index 3c7659b..aa777ed 100644 --- a/NusClient.cs +++ b/NusClient.cs @@ -313,6 +313,7 @@ namespace libWiiSharp throw new Exception("Downloading TMD Failed:\n" + ex.Message); } + if (!File.Exists(outputDir + "cetk")) { //Download cetk @@ -333,7 +334,7 @@ namespace libWiiSharp flag3 = false; } } - + FireProgress(10); FireDebug(" Parsing TMD...");