添加金手指配置项目

This commit is contained in:
anod 2023-03-07 16:36:16 +08:00
parent 8834685ee5
commit 53560f025d

View File

@ -272,7 +272,7 @@ atp_error_t oaf_config_page()
title, sizeof(title),
"参数配置           当前电量:%3d%%"
"每次开机存档方案重置为“和卡带序列号一致”,这个方案会优先使用游戏最后一次启动时设置的存档类型", MCU_getBatteryLevel());
atp_error_t res = atp_select( title, 4, config_item, config_adjust, NULL, 0, 0, NULL );
atp_error_t res = atp_select( title, 5, config_item, config_adjust, NULL, 0, 0, NULL );
if( res == ATP_NO_ACTION )
{
memcpy( &g_oafConfig, prev, sizeof(g_oafConfig) );