mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-04 15:18:52 +00:00
Ignore this, generating a debug build on CI
This commit is contained in:
parent
54ef53bb95
commit
322a96adef
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ bool Memory::mapCXI(NCSD& ncsd, NCCH& cxi) {
|
|||
code.resize(code.size() + bssSize, 0); // Pad the .code file with zeroes for the BSS segment
|
||||
|
||||
if (code.size() < totalSize) {
|
||||
Helpers::panic("Total code size as reported by the exheader is larger than the .code file");
|
||||
return false;
|
||||
Helpers::warn("Total code size as reported by the exheader is larger than the .code file");
|
||||
//return false;
|
||||
}
|
||||
|
||||
const auto opt = findPaddr(totalSize);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue