]> Chaos Git - corbenik/corbenik.git/commitdiff
Merge branch 'save'
authorchaoskagami <chaos.kagami@gmail.com>
Mon, 13 Jun 2016 19:36:47 +0000 (15:36 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Mon, 13 Jun 2016 19:36:47 +0000 (15:36 -0400)
1  2 
source/patch/module.c
source/patcher.c

Simple merge
index 698c36bc0554bfcfea93b5602f0f34efb15ead4f,a5a77fa9f88264e5aaca058436e10fa20a6f9bcb..a203a34d8191955f1d3f7167c16f007c45a89edb
@@@ -61,6 -61,17 +61,8 @@@ patch_firm_all(
  {
      execb(PATH_LOADER_CACHE "/BOOT", 0);
  
 -    // Replace loader?
 -    if (config.options[OPTION_LOADER]) {
 -        if (patch_modules()) {
 -            abort("Fatal. Loader inject has failed.");
 -        }
 -        // This requires OPTION_SIGPATCH.
 -        wait();
 -    }
 -
+     fprintf(stderr, "VM exited without issue\n");
      // Hook firmlaunch?
      if (config.options[OPTION_REBOOT]) {
          patch_reboot();