mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 03:54:21 +01:00
download .dols from Tuxfamily
This commit is contained in:
parent
4a8e493eb7
commit
7829267782
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user