mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 14:24:12 +08:00
修正打包程序的bug: u16变u8
This commit is contained in:
parent
fafdb9005c
commit
9b16071ac2
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