Add file attributes to menus

+ fix a few misc things
+ bump version (readme isn't updated yet)
This commit is contained in:
Such Meme, Many Skill
2020-01-07 15:28:23 +01:00
parent 00bd1cd083
commit 008d3ab494
5 changed files with 63 additions and 30 deletions

View File

@@ -27,7 +27,7 @@ void clearscreen(){
gfx_clear_grey(0x1B);
gfx_box(0, 0, 719, 15, COLOR_WHITE);
gfx_con_setpos(0, 0);
gfx_printf("%k%KTegraexplorer v1.1.1%k%K\n", COLOR_DEFAULT, COLOR_WHITE, COLOR_WHITE, COLOR_DEFAULT);
gfx_printf("%k%KTegraexplorer v1.2.0%k%K\n", COLOR_DEFAULT, COLOR_WHITE, COLOR_WHITE, COLOR_DEFAULT);
}
int message(u32 color, const char* message, ...){