Reset print pos after copying a file
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user