mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 14:24:12 +08:00
启用按键回调
This commit is contained in:
parent
3399a6b7f2
commit
04de3d9844
@ -251,7 +251,7 @@ Result browseFiles(const char *const basePath, char selected[512])
|
||||
if( count > 0 )
|
||||
{
|
||||
atp_tips( NULL, "指引:按START" );
|
||||
error = atp_select( curDir, count, display_folder, NULL, (atp_callerdata_t)dList, selecting, 0, &value );
|
||||
error = atp_select( curDir, count, display_folder, serve_on_key, (atp_callerdata_t)dList, selecting, 0, &value );
|
||||
}
|
||||
else error = atp_show( 1, display_empty, NULL );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user