修改描述

This commit is contained in:
anod 2022-10-22 21:15:11 +08:00
parent c1274453d6
commit 013cc1def5

View File

@ -256,7 +256,7 @@ atp_error_t oaf_config_page()
ee_snprintf(
title, sizeof(title),
"参数配置           当前电量:%3d%%"
"个游戏最后一次存档类型信息会单独保存。每次启动的存档方案是“和卡带序列号一致”,这个方案会检查并优先使用最后一次打开游戏的存档方案", MCU_getBatteryLevel());
"次启动的存档方案是“和卡带序列号一致”,这个方案会检查并优先使用最后一次启动游戏的存档类型", MCU_getBatteryLevel());
atp_error_t res = atp_select( title, 4, config_item, config_adjust, NULL, 0, 0, NULL );
if( res == ATP_NO_ACTION )
{