Do partition alignment, bump version to v1.1.1

This commit is contained in:
Such Meme, Many Skill
2019-12-26 23:07:18 +01:00
parent 6518f37b1c
commit 697fc3a086
4 changed files with 15 additions and 10 deletions

View File

@@ -26,7 +26,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.0%k%K\n", COLOR_DEFAULT, COLOR_WHITE, COLOR_WHITE, COLOR_DEFAULT);
gfx_printf("%k%KTegraexplorer v1.1.1%k%K\n", COLOR_DEFAULT, COLOR_WHITE, COLOR_WHITE, COLOR_DEFAULT);
}
int message(char* message, u32 color){