mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 05:12:40 +02:00
Adjusted exit-button print for the time example.
This commit is contained in:
parent
398f15bbf2
commit
c15bbe9a2a
@ -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())
|
||||||
|
Loading…
Reference in New Issue
Block a user