mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 22:04:10 +08:00
log
This commit is contained in:
parent
1aa6d5cf6e
commit
28eb373c81
@ -135,6 +135,7 @@ acl_error_t acl_close_lib( void )
|
|||||||
|
|
||||||
static int32_t bin_search( FHandle fd, acl_text_t game )
|
static int32_t bin_search( FHandle fd, acl_text_t game )
|
||||||
{
|
{
|
||||||
|
extern void log( const char * );
|
||||||
log("1");
|
log("1");
|
||||||
if( RES_OK != fLseek(fd, ACL_HEADER_LEN) ){
|
if( RES_OK != fLseek(fd, ACL_HEADER_LEN) ){
|
||||||
return -ACHTLIB_INVALID;
|
return -ACHTLIB_INVALID;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user