From 28eb373c8137a95310cb39001e24c009264e3632 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Sat, 11 Mar 2023 23:00:48 +0800 Subject: [PATCH] log --- source/arm11/acl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/arm11/acl.c b/source/arm11/acl.c index f9ce90b..d322b02 100644 --- a/source/arm11/acl.c +++ b/source/arm11/acl.c @@ -135,6 +135,7 @@ acl_error_t acl_close_lib( void ) static int32_t bin_search( FHandle fd, acl_text_t game ) { + extern void log( const char * ); log("1"); if( RES_OK != fLseek(fd, ACL_HEADER_LEN) ){ return -ACHTLIB_INVALID;