1
0
mirror of https://github.com/switchbrew/switch-examples.git synced 2025-07-14 06:52:15 +02:00

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();
consoleInit(NULL);
printf("\x1b[16;16HPress Start to exit.");
printf("\x1b[16;16HPress PLUS to exit.");
// Main loop
while(appletMainLoop())