提高测试:测试需要翻页的选项列表

This commit is contained in:
anod 2022-10-14 00:14:37 +08:00
parent b3e89cb1f4
commit 91b5acd150

View File

@ -300,7 +300,7 @@ Result browseFiles(const char *const basePath, char selected[512])
if( kDown & KEY_X )
{
atp_tips(curDir, "B键返回");
if( atp_select( "我的第一个职业愿望是做足球运动员,这个梦想小学就被封杀了,因为我的体格太瘦小", 4, test_show, NULL, NULL, NULL ) == ATP_POWER_OFF )
if( atp_select( "我的第一个职业愿望是做足球运动员,这个梦想小学就被封杀了,因为我的体格太瘦小", 20, test_show, NULL, NULL, NULL ) == ATP_POWER_OFF )
{
screenClean();
res = RES_INVALID_ARG;