编译错误修正

This commit is contained in:
anod 2023-03-31 18:08:48 +08:00
parent 7ba80ce765
commit 01c378e650

View File

@ -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_