From: chaoskagami Date: Wed, 18 May 2016 05:11:47 +0000 (-0400) Subject: Changes etc X-Git-Tag: stable-1~64 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=9d41bc342b210433356785cf6144f8a7b0d655ae;p=corbenik%2Fcorbenik.git Changes etc --- diff --git a/source/patch/module.c b/source/patch/module.c index adb3471..ea52e79 100644 --- a/source/patch/module.c +++ b/source/patch/module.c @@ -40,6 +40,7 @@ int patch_modules() { if (memcmp(sysmodule->programID, module->programID, 8) == 0) { // Expand firmware module size if needed to accomodate replacement. if (module->contentSize > sysmodule->contentSize) { + // FIXME - Adjust sysmodule section and FIRM NCCH. This is not correct. fprintf(stderr, "Module: Grow %d units\n", module->contentSize - sysmodule->contentSize); // Location to shuffle to. uint32_t need_units = (module->contentSize - sysmodule->contentSize);