From 6868ef3536a1361794fc18e896edc289c9c61ab2 Mon Sep 17 00:00:00 2001 From: "Such Meme, Many Skill" Date: Sat, 9 May 2020 12:21:34 +0200 Subject: [PATCH] Reset print pos after copying a file --- source/tegraexplorer/fs/fsactions.c | 1 + 1 file changed, 1 insertion(+) 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);