mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 03:54:21 +01:00
installer no longer invokes update-counter on hamachi-mp's websit
previous commit should have been 'fixup THBF.wad building, not installer building'
This commit is contained in:
parent
df2c8bd55c
commit
a91b71105b
@ -349,11 +349,6 @@ s32 __Wad_Install(int startpos_x, int startpos_y)
|
||||
ret = ES_AddTitleFinish();
|
||||
if (ret >= 0)
|
||||
{
|
||||
// update counter
|
||||
char buffer[100];
|
||||
sprintf(buffer, "http://hbf.hamachi-mp.bplaced.net/update.php?rev=%i_installer", SvnRev());
|
||||
downloadfile(buffer);
|
||||
|
||||
Con_FgColor(2, 1);
|
||||
printf("\x1b[%i;%iH", startpos_x +6, startpos_y);
|
||||
printf("SUCCESS");
|
||||
@ -504,4 +499,4 @@ s32 Wad_InstallFromMemory(int startpos_x, int startpos_y)
|
||||
s32 Wad_UninstallFromMemory(int startpos_x, int startpos_y)
|
||||
{
|
||||
return __Wad_Uninstall(startpos_x, startpos_y);
|
||||
}
|
||||
}
|
||||
|
4
updates
4
updates
@ -17,7 +17,9 @@
|
||||
- installer now supports Classic-Controller
|
||||
- installer now supports GameCube-Controller
|
||||
- installer loads HomebrewFilter rather than returning to Systemmenu
|
||||
- add support for <force_ios_reload/> flag in meta.xml
|
||||
- installer no longer invokes update-counter on hamachi-mp's website
|
||||
- add support for <force_ios_reload/> flag in meta.xml (use this, if
|
||||
an application (most likely WiiMC) does not recognize your HDD)
|
||||
- adopt libwiigui changes from ZERO
|
||||
- BUGFIX: loading apps through wiiload works again
|
||||
- support passing arguements using wiiload [obcd]
|
||||
|
Loading…
Reference in New Issue
Block a user