Add files via upload

master
Silica 6 years ago committed by GitHub
parent 00f9cbb6ce
commit 5d4e6a564e

@ -42,9 +42,8 @@ int get_key(void) {
}
void press_exit(void) {
printf("Press any key to reboot & exit this application.\n");
printf("Press any key to exit this application.\n");
get_key();
scePowerRequestColdReset();
}
int main(void) {

Loading…
Cancel
Save