diff --git a/source/tegraexplorer/fs/fsactions.c b/source/tegraexplorer/fs/fsactions.c index eff6458..7062496 100644 --- a/source/tegraexplorer/fs/fsactions.c +++ b/source/tegraexplorer/fs/fsactions.c @@ -92,6 +92,7 @@ int fsact_copy(const char *locin, const char *locout, u8 options){ } RESETCOLOR; + gfx_con_setpos(x - 16, y); f_close(&in); f_close(&out);