don't apply unused patches in installer

This commit is contained in:
Christopher Roy Bratusek 2012-12-31 19:02:49 +01:00
parent b56d5d9932
commit 1f1fb18a25
5 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ clean:
@echo clean ...
@rm -fr $(BUILD) $(OUTPUT).elf $(OUTPUT).dol
@rm -f data/install.wad
@rm -f wad/00000001.app wad.vwii/00000001.app
@rm -f wad/00000001.app wad.vwii/00000002.app
#---------------------------------------------------------------------------------
run:

View File

@ -20,7 +20,7 @@ int main(int argc, char **argv) {
PAD_Init();
if(AHBPROT_DISABLED)
IosPatch_RUNTIME(true, false, true, true);
IosPatch_RUNTIME(true, false, false, true);
else
IOS_ReloadIOS(236);

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 2.8 MiB