Merge branch 'dev_cheat' of https://gitee.com/anod/open_agb_firm into dev_cheat

This commit is contained in:
anod 2022-12-26 23:15:28 +08:00
commit c34b7f2b0e
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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;