mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-19 17:59:16 +01:00
Filesystembug (Downloadbug) still not fixed
This commit is contained in:
parent
224b947aa4
commit
8576f4d5a0
@ -2128,7 +2128,7 @@ ProgressDownloadWindow(int choice2)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**Temporary redownloading 1st image because of a fucking corruption bug **/
|
/**Temporary redownloading 1st image because of a fucking corruption bug **/
|
||||||
/*
|
|
||||||
char URLFile[100];
|
char URLFile[100];
|
||||||
if (choice2 == 2) {
|
if (choice2 == 2) {
|
||||||
sprintf(URLFile,"http://www.theotherzone.com/wii/3d/176/248/%s",missingFiles[0]); // For 3D Covers
|
sprintf(URLFile,"http://www.theotherzone.com/wii/3d/176/248/%s",missingFiles[0]); // For 3D Covers
|
||||||
@ -2157,7 +2157,7 @@ ProgressDownloadWindow(int choice2)
|
|||||||
free(file.data);
|
free(file.data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
HaltGui();
|
HaltGui();
|
||||||
mainWindow->Remove(&promptWindow);
|
mainWindow->Remove(&promptWindow);
|
||||||
|
Loading…
Reference in New Issue
Block a user