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:
parent
97810335ed
commit
6868ef3536
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue