mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 22:34:12 +08:00
Merge branch 'dev_cheat' of https://gitee.com/anod/open_agb_firm into dev_cheat
This commit is contained in:
commit
cbcd2e7af3
Binary file not shown.
@ -155,7 +155,7 @@ const format = roms => {
|
||||
writter.setUint8(3, 1);
|
||||
|
||||
const slen = sers.length / 3;
|
||||
writter.setUint32(4, slen);
|
||||
writter.setUint32(4, slen, true);
|
||||
|
||||
let ret = new Uint8Array( output );
|
||||
ret.set( sers, serialbase );
|
||||
|
Loading…
x
Reference in New Issue
Block a user