diff --git a/source/arm11/filebrowser.c b/source/arm11/filebrowser.c index c9e11d9..ed792cc 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -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;