mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 22:34:12 +08:00
修整一下输出log的位置
This commit is contained in:
parent
6b3a85932a
commit
3fb632787c
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user