Adjusted exit-button print for the time example.

This commit is contained in:
yellows8 2018-02-22 01:21:18 -05:00
parent 398f15bbf2
commit c15bbe9a2a

View File

@ -44,7 +44,7 @@ int main(int argc, char **argv)
gfxInitDefault(); gfxInitDefault();
consoleInit(NULL); consoleInit(NULL);
printf("\x1b[16;16HPress Start to exit."); printf("\x1b[16;16HPress PLUS to exit.");
// Main loop // Main loop
while(appletMainLoop()) while(appletMainLoop())