From 3fb632787c2206dce75a0c6ca2934e3faa61424a Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Mon, 20 Mar 2023 22:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=95=B4=E4=B8=80=E4=B8=8B=E8=BE=93?= =?UTF-8?q?=E5=87=BAlog=E7=9A=84=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/open_agb_firm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/arm11/open_agb_firm.c b/source/arm11/open_agb_firm.c index 7956e24..e76532b 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -155,8 +155,8 @@ Result dump_rom( u32 size ) if( res != RES_OK) break; - if( ((u32)p-ROM_LOC) % 4096 == 0) - ee_printf("remain %d bytes to save.\n", size); + if( ((u32)p-ROM_LOC) % 1024*128 == 0) + ee_printf("\x1b[1Gremain %d bytes to save.", size); } fClose( file );