1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 13:33:25 +01:00

Memory's the name trashing it is my game

This commit is contained in:
Such Meme, Many Skill 2019-12-01 17:20:46 +01:00
parent d33bf83138
commit 3abb52c962

View file

@ -108,6 +108,7 @@ void printfsentry(fs_entry file, bool highlight){
gfx_printf("%k%s%K\a%d\e%s", COLOR_VIOLET, display, COLOR_DEFAULT, file.size, sizevalues[size - 4]); gfx_printf("%k%s%K\a%d\e%s", COLOR_VIOLET, display, COLOR_DEFAULT, file.size, sizevalues[size - 4]);
} }
free(display);
} }
int makefilemenu(fs_entry *files, int amount, char *path){ int makefilemenu(fs_entry *files, int amount, char *path){