menu: remember path of FC option.

This commit is contained in:
sorgelig
2021-05-05 01:25:19 +08:00
parent 9a37720cad
commit f208ccf3e7
3 changed files with 9 additions and 1 deletions

View File

@@ -293,6 +293,11 @@ static char Selected_F[16][1024] = {};
static char Selected_S[8][1024] = {};
static char Selected_tmp[1024] = {};
void StoreIdx_F(int idx, char *path)
{
strcpy(Selected_F[idx], path);
}
static char selPath[1024] = {};
static int changeDir(char *dir)