From 87ce95b69bd99b0d1a2abe9c75715661a8b2cbbf Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Sat, 22 Oct 2022 21:17:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E7=BB=A7=E7=BB=AD=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/open_agb_firm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/arm11/open_agb_firm.c b/source/arm11/open_agb_firm.c index 07a7d75..cb43f71 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -255,8 +255,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 ) {