打开按键看看是否恢复

This commit is contained in:
anod 2023-01-18 15:02:50 +08:00
parent 21bb15d0f2
commit 1da345f39e

View File

@ -388,7 +388,7 @@ Result browseFiles(const char *const basePath, char selected[512])
hidScanInput();
atp_tips( NULL, "指引按START" );
void *cust[2] = {dList, curDir};
error = atp_select( curDir, count, display_folder, NULL, (atp_callerdata_t)cust, selecting, 0, &value );
error = atp_select( curDir, count, display_folder, serve_on_key, (atp_callerdata_t)cust, selecting, 0, &value );
}
else error = atp_show( 1, display_empty, NULL );