调试日志

This commit is contained in:
anod 2023-03-11 20:55:19 +08:00
parent 471611665a
commit 42534d6ebb

View File

@ -491,14 +491,14 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
return WAIT_ON_ERRPAGE( display_noserial );
}
else RECOVER_PATH;
debug_printf("get serial: %s\n", serial);
ee_printf("get serial: %s\n", serial);
acl_count_t len;
if( ACHTLIB_SUCCESS != acl_open_lib( "gba.acl" ) )
{
return WAIT_ON_ERRPAGE( display_openlib );
}
debug_printf("open lib\n");
ee_printf("open lib\n");
if( ACHTLIB_SUCCESS != acl_select_game( serial, 0, &len ) )
{
acl_close_lib();