From 01c378e65075175eee944c5dd35454797ac3acb3 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Fri, 31 Mar 2023 18:08:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/arm11/cheat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/arm11/cheat.h b/include/arm11/cheat.h index 7117b12..eaf0c41 100644 --- a/include/arm11/cheat.h +++ b/include/arm11/cheat.h @@ -48,6 +48,6 @@ cheat_error_t pop_current_cheat( const char *filename, u32 chtid ); cheat_error_t chtid_current_cheat( const char *filename, u32 *pointer_id ); cheat_error_t chtlst_current_cheat( const char *filename, u8 pointer_data[256] ); -cheat_error_t apply_cheat( int mode, u32 szrom, hookpoint_analyzer analyzer, u16 bindkey, u32 varaddr, u32 *outsize ); +cheat_error_t apply_cheat( int mode, u32 szrom, hookpoint_analyzer *analyzer, u16 bindkey, u32 varaddr, u32 *outsize ); #endif//_CHEAT_H_