From 471611665ac99cbbaa3f08274c858273e291cb74 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Sat, 11 Mar 2023 18:38:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E6=97=A5=E5=BF=97=E7=9C=8B=E7=9C=8Bre?= =?UTF-8?q?lease=E7=BC=96=E8=AF=91=E5=87=BA=E4=BA=86=E5=95=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/filebrowser.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/arm11/filebrowser.c b/source/arm11/filebrowser.c index 526eb80..30defcd 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -491,12 +491,14 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a return WAIT_ON_ERRPAGE( display_noserial ); } else RECOVER_PATH; + debug_printf("get serial: %s\n", serial); acl_count_t len; if( ACHTLIB_SUCCESS != acl_open_lib( "gba.acl" ) ) { return WAIT_ON_ERRPAGE( display_openlib ); } + debug_printf("open lib\n"); if( ACHTLIB_SUCCESS != acl_select_game( serial, 0, &len ) ) { acl_close_lib();