mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-11 19:26:57 +08:00
log
This commit is contained in:
parent
bd6d2c9b7e
commit
5bfc90f4a9
@ -478,7 +478,6 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
|
|||||||
{
|
{
|
||||||
return WAIT_ON_ERRPAGE( display_empty );
|
return WAIT_ON_ERRPAGE( display_empty );
|
||||||
}
|
}
|
||||||
atp_show(1, disp_str, "即将加载serial" );
|
|
||||||
|
|
||||||
path[pathlen] = '/';
|
path[pathlen] = '/';
|
||||||
safeStrcpy( path+pathlen+1, file, DIRBUFFSIZE - filelen );
|
safeStrcpy( path+pathlen+1, file, DIRBUFFSIZE - filelen );
|
||||||
@ -492,6 +491,7 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
|
|||||||
return WAIT_ON_ERRPAGE( display_noserial );
|
return WAIT_ON_ERRPAGE( display_noserial );
|
||||||
}
|
}
|
||||||
else RECOVER_PATH;
|
else RECOVER_PATH;
|
||||||
|
atp_show(1, disp_str, "完成加载serial" );
|
||||||
|
|
||||||
acl_count_t len;
|
acl_count_t len;
|
||||||
if( ACHTLIB_SUCCESS != acl_open_lib( "gba.acl" ) )
|
if( ACHTLIB_SUCCESS != acl_open_lib( "gba.acl" ) )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user