This commit is contained in:
anod 2023-03-11 23:00:48 +08:00
parent 1aa6d5cf6e
commit 28eb373c81

View File

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