还是修改描述

This commit is contained in:
anod 2022-10-22 21:22:13 +08:00
parent 87ce95b69b
commit b30f538f6c

View File

@ -133,9 +133,11 @@ static KHandle g_frameReadyEvent = 0;
atp_text_t config_help[] =
{
"全局参数编辑操作指引",
"~ ~ ~ ~ ~ ~ ~",
"修改后的全局参数保存在config.ini",
"保存修改时,存档方案的修改不会保存",
"每次启动的存档方案是“和卡带序列号",
"一致”,这个方案会检查并优先使用最",
"后一次启动游戏的存档类型     ",
"~ ~ ~ ~ ~ ~ ~",
"上下方向键      切换参数项目",
"左右方向键          翻页",
@ -255,7 +257,7 @@ atp_error_t oaf_config_page()
ee_snprintf(
title, sizeof(title),
"参数配置           当前电量:%3d%%每次启动的存档方案是“和卡带序列号一致”,这个方案会检查并优先使用最后一次启动游戏的存档类型", MCU_getBatteryLevel());
"参数配置           当前电量:%3d%%", MCU_getBatteryLevel());
atp_error_t res = atp_select( title, 4, config_item, config_adjust, NULL, 0, 0, NULL );
if( res == ATP_NO_ACTION )
{