@ -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) {