mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 13:54:09 +08:00
添加金手指配置项目
This commit is contained in:
parent
8834685ee5
commit
53560f025d
@ -272,7 +272,7 @@ atp_error_t oaf_config_page()
|
|||||||
title, sizeof(title),
|
title, sizeof(title),
|
||||||
"参数配置 当前电量:%3d%%"
|
"参数配置 当前电量:%3d%%"
|
||||||
"每次开机存档方案重置为“和卡带序列号一致”,这个方案会优先使用游戏最后一次启动时设置的存档类型", MCU_getBatteryLevel());
|
"每次开机存档方案重置为“和卡带序列号一致”,这个方案会优先使用游戏最后一次启动时设置的存档类型", 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 )
|
if( res == ATP_NO_ACTION )
|
||||||
{
|
{
|
||||||
memcpy( &g_oafConfig, prev, sizeof(g_oafConfig) );
|
memcpy( &g_oafConfig, prev, sizeof(g_oafConfig) );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user