diff --git a/source/tegraexplorer/fs/fsactions.c b/source/tegraexplorer/fs/fsactions.c index 7062496..4cc3311 100644 --- a/source/tegraexplorer/fs/fsactions.c +++ b/source/tegraexplorer/fs/fsactions.c @@ -91,8 +91,10 @@ int fsact_copy(const char *locin, const char *locout, u8 options){ } } - RESETCOLOR; - gfx_con_setpos(x - 16, y); + if (toPrint){ + RESETCOLOR; + gfx_con_setpos(x - 16, y); + } f_close(&in); f_close(&out);