From: chaoskagami Date: Mon, 13 Jun 2016 19:36:47 +0000 (-0400) Subject: Merge branch 'save' X-Git-Tag: v0.0.10~9 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=5c30f367cfa8c146bf5905077a1678031204ba25;p=corbenik%2Fcorbenik.git Merge branch 'save' --- 5c30f367cfa8c146bf5905077a1678031204ba25 diff --cc source/patcher.c index 698c36b,a5a77fa..a203a34 --- a/source/patcher.c +++ b/source/patcher.c @@@ -61,6 -61,17 +61,8 @@@ patch_firm_all( { execb(PATH_LOADER_CACHE "/BOOT", 0); + fprintf(stderr, "VM exited without issue\n"); + - // Replace loader? - if (config.options[OPTION_LOADER]) { - if (patch_modules()) { - abort("Fatal. Loader inject has failed."); - } - // This requires OPTION_SIGPATCH. - wait(); - } - // Hook firmlaunch? if (config.options[OPTION_REBOOT]) { patch_reboot();