This commit is contained in:
anod 2023-03-11 22:18:26 +08:00
parent 590a0400bd
commit 9fe03698b4

View File

@ -497,7 +497,7 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
{ {
return WAIT_ON_ERRPAGE( display_openlib ); return WAIT_ON_ERRPAGE( display_openlib );
} }
atp_show(1, disp_str, serial); atp_show(1, disp_str, "open lib done");
if( ACHTLIB_SUCCESS != acl_select_game( serial, 0, &len ) ) if( ACHTLIB_SUCCESS != acl_select_game( serial, 0, &len ) )
{ {
acl_close_lib(); acl_close_lib();