(Attempt at) dynamic folder memory allocation

This commit is contained in:
Such Meme, Many Skill
2020-01-04 13:20:28 +01:00
parent 225a17116c
commit 6d75aa688c
2 changed files with 39 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ int makefilemenu(fs_entry *files, int amount, char *path){
bool refresh = false;
clearscreen();
gfx_con_setpos(544, 0);
gfx_printf("%K%k%d / 500\n%K%k%s%k\n\n", COLOR_WHITE, COLOR_DEFAULT, amount, COLOR_DEFAULT, COLOR_GREEN, path, COLOR_DEFAULT);
gfx_printf("%K%k%d\n%K%k%s%k\n\n", COLOR_WHITE, COLOR_DEFAULT, amount, COLOR_DEFAULT, COLOR_GREEN, path, COLOR_DEFAULT);
while (1){
gfx_con_setpos(0, 47);
timer = get_tmr_ms();