mirror of
https://github.com/TheShadowEevee/libWiiSharp.git
synced 2025-01-11 15:38:51 -06:00
Updates
This commit is contained in:
parent
7bb002918e
commit
2319583070
1 changed files with 2 additions and 1 deletions
|
@ -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...");
|
||||
|
|
Loading…
Reference in a new issue