This commit is contained in:
Michael 2021-02-10 14:03:30 -06:00
parent 7bb002918e
commit 2319583070

View file

@ -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...");