mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 06:14:12 +08:00
有个地方指针类型少写了
This commit is contained in:
parent
fc7c12c257
commit
791d40cf91
@ -421,7 +421,7 @@ static void rom_append_cheatproc( int mode, CodeLocation start, u16 bindkey, u32
|
|||||||
memcpy( start, MEM_OVERWRITE_INSTR, MO_INSTR_SIZE );
|
memcpy( start, MEM_OVERWRITE_INSTR, MO_INSTR_SIZE );
|
||||||
start += MO_INSTR_LEN;
|
start += MO_INSTR_LEN;
|
||||||
|
|
||||||
u16 overwrite = CCHT_OVERWRITE(setting);
|
u16 *overwrite = CCHT_OVERWRITE(setting);
|
||||||
for( int i=0; i < setting.entLen; ++i )
|
for( int i=0; i < setting.entLen; ++i )
|
||||||
{
|
{
|
||||||
u16 val = setting.entArr[i];
|
u16 val = setting.entArr[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user