mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 22:34:12 +08:00
日志输出识别码,查看是否查找准确
This commit is contained in:
parent
5be21c000e
commit
1c0e129381
@ -309,6 +309,7 @@ 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;
|
||||
fsQuickWrite("serial.txt", serial, 4);
|
||||
|
||||
acl_count_t len;
|
||||
if( RES_OK != acl_open_lib( "gba.acl" ) )
|
||||
@ -327,8 +328,6 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
|
||||
return WAIT_ON_ERRPAGE( display_nocheat );
|
||||
}
|
||||
|
||||
atp_show(1, display_ok, NULL);
|
||||
|
||||
// 显示配置页面
|
||||
atp_error_t res;
|
||||
atp_itemval_t item;
|
||||
|
Loading…
x
Reference in New Issue
Block a user