mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 13:54:09 +08:00
log
This commit is contained in:
parent
5bfc90f4a9
commit
7e46cc07e6
@ -491,13 +491,13 @@ 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" ) )
|
||||||
{
|
{
|
||||||
return WAIT_ON_ERRPAGE( display_openlib );
|
return WAIT_ON_ERRPAGE( display_openlib );
|
||||||
}
|
}
|
||||||
|
atp_show(1, disp_str, "完成open lib" );
|
||||||
WAIT_ON_ACT( disp_str("open lib done", 1, NULL) );
|
WAIT_ON_ACT( disp_str("open lib done", 1, NULL) );
|
||||||
if( ACHTLIB_SUCCESS != acl_select_game( serial, 0, &len ) )
|
if( ACHTLIB_SUCCESS != acl_select_game( serial, 0, &len ) )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user