download .dols from Tuxfamily

This commit is contained in:
Christopher Roy Bratusek 2011-10-17 21:14:49 +02:00
parent 4a8e493eb7
commit 7829267782

View File

@ -99,7 +99,7 @@ updatePrompt(string rev)
ResumeGui();
char url[100];
sprintf(url, "http://hamachi-mp.bplaced.net/Downloads/wii/Homebrew_Filter/rev%s/boot.dol", rev.c_str());
sprintf(url, "http://download.tuxfamily.org/hbf/DOL/rev%s/boot.dol", rev.c_str());
struct block file = downloadfile(url);
if (file.data && file.size > 0)
@ -345,4 +345,4 @@ string checkUpdatePrompt()
ResumeGui();
return rev;
}
}