From 9fbe09b4acac310ee1688b7de7df8bd2e4881edf Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Tue, 9 May 2023 16:44:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9E=E5=8F=8D=E4=BA=86=E5=AF=BC=E5=87=BAro?= =?UTF-8?q?m=E7=9A=84=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/pages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arm11/pages.c b/source/arm11/pages.c index 92152a7..63ba1fe 100644 --- a/source/arm11/pages.c +++ b/source/arm11/pages.c @@ -443,7 +443,7 @@ atp_error_t use_cheat_page( const char *serial ) { if( status == DISP_REGION ) { -#ifndef NDEBUG +#ifdef NDEBUG res = atp_select("请谨慎使用金手指!金手指可能会引起卡顿、死机、损坏存档等现象。           " "选择一个金手指配置:", len, select_region, NULL, NULL, defi, 0, &item ); #else