mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 03:54:21 +01:00
don't apply unused patches in installer
This commit is contained in:
parent
b56d5d9932
commit
1f1fb18a25
@ -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:
|
||||
|
@ -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);
|
||||
|
||||
|
BIN
installer/wad.vwii/00000001.app
Normal file
BIN
installer/wad.vwii/00000001.app
Normal file
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 |
Binary file not shown.
Loading…
Reference in New Issue
Block a user