From f7284a77ab8ae900861f1392619e3c22ca00a232 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Tue, 7 Mar 2023 19:05:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/cheat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/arm11/cheat.c b/source/arm11/cheat.c index e717a29..a52b49c 100644 --- a/source/arm11/cheat.c +++ b/source/arm11/cheat.c @@ -1,6 +1,5 @@ #include "arm11/acl.h" #include "arm11/cheat.h" -#include "arm11/fmt.h" #include "util.h" #include #include @@ -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; } \ No newline at end of file