1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-08 13:11:54 +00:00

Reset print pos after copying a file

This commit is contained in:
Such Meme, Many Skill 2020-05-09 12:21:34 +02:00
parent 97810335ed
commit 6868ef3536

View file

@ -92,6 +92,7 @@ int fsact_copy(const char *locin, const char *locout, u8 options){
} }
RESETCOLOR; RESETCOLOR;
gfx_con_setpos(x - 16, y);
f_close(&in); f_close(&in);
f_close(&out); f_close(&out);