We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35df3c1 commit e69dd94Copy full SHA for e69dd94
2 files changed
Makefile
@@ -34,7 +34,7 @@ DATA := data
34
INCLUDES := include amitool/include
35
#ROMFS := romfs
36
APP_TITLE := Thenaya
37
-APP_DESCRIPTION := Amiibo Maker (Alpha 0.3)
+APP_DESCRIPTION := Amiibo Maker (Alpha 0.5)
38
APP_AUTHOR := HiddenRambler
39
40
#---------------------------------------------------------------------------------
source/ui.c
@@ -30,7 +30,7 @@ void uiUpdateStatus(char *status) {
30
void uiUpdateBanner() {
31
consoleSelect(&headerScreen);
32
printf("\e[1;7m\e[2J\e[H"); //invert colors and clear screen
33
- printf("\e[0;0HThenaya\e[0;32Hv0.4 [%s]", __DATE__);
+ printf("\e[0;0HThenaya\e[0;32Hv0.5 [%s]", __DATE__);
char line[51];
memset(line, 0xc4, sizeof(line)-1);
line[sizeof(line)-1] = '\0';
0 commit comments