mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 22:04:10 +08:00
调整了size
This commit is contained in:
parent
f830537f9e
commit
302ef55d01
@ -401,7 +401,7 @@ static CodeLocation rom_fit_newsize( CodeLocation rom, int realend, int totalsiz
|
||||
|
||||
// grow cart volumn
|
||||
else if( szrom < size || nextPow2(size) != nextPow2(szrom) )
|
||||
*newsize = size + INSTR_SIZE;
|
||||
*newsize = size;
|
||||
|
||||
return rom + INSTR_LEN( realend );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user