mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-02 16:59:03 +00:00
[makerom] Do not include logo as a ncch region if it is included in the ExeFS archive (toggled by cmd arg -exefslogo)
This commit is contained in:
+1
-1
@@ -383,7 +383,7 @@ int SetupNcch(ncch_settings *set, romfs_buildctx *romfs)
|
||||
else
|
||||
acexSize = 0;
|
||||
|
||||
if(set->sections.logo.size){
|
||||
if(set->sections.logo.size && set->options.IncludeExeFsLogo == false){
|
||||
logoSize = set->sections.logo.size;
|
||||
logoOffset = align(ncchSize,set->options.blockSize);
|
||||
ncchSize = logoOffset + logoSize;
|
||||
|
||||
Reference in New Issue
Block a user