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
b3e89cb1f4
commit
91b5acd150
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user