mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 05:44:11 +08:00
去掉日志
This commit is contained in:
parent
ed0aa3aea9
commit
f7284a77ab
@ -1,6 +1,5 @@
|
||||
#include "arm11/acl.h"
|
||||
#include "arm11/cheat.h"
|
||||
#include "arm11/fmt.h"
|
||||
#include "util.h"
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
@ -431,6 +430,5 @@ cheat_error_t apply_cheat( int mode, u32 szrom, u16 bindkey, u32 storagemem, u32
|
||||
rom_append_newirq( page, hookpoint, n_hookpoint );
|
||||
rom_patch_hookpoint( page, hookpoint, n_hookpoint );
|
||||
rom_append_cheatproc( mode, page + n_hookpoint * IW_INSTR_LEN, GBA_KEYCODE(bindkey), storagemem );
|
||||
debug_printf( "patch: mode=%d,size=%ld,hp=%d,key=%d\n", mode, *outsize, n_hookpoint, bindkey );
|
||||
return CCHT_OK;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user