mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-08 06:44:12 +08:00
Merge branch 'dev_cheat' of https://gitee.com/anod/open_agb_firm into dev_cheat
This commit is contained in:
commit
c34b7f2b0e
Binary file not shown.
@ -159,8 +159,8 @@ const format = roms => {
|
||||
|
||||
let ret = new Uint8Array( output );
|
||||
ret.set( sers, serialbase );
|
||||
ret.set( offs, offsetbase );
|
||||
ret.set( cheats, cheatbase );
|
||||
ret.set( new Uint8Array(offs.buffer), offsetbase );
|
||||
ret.set( new Uint8Array(cheats.buffer), cheatbase );
|
||||
ret.set( expanded, expandbase );
|
||||
|
||||
return ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user