Skip to content

Commit

Permalink
Merge pull request #17 from carcaschoi/master
Browse files Browse the repository at this point in the history
Fix reboot on mariko
  • Loading branch information
Kronos2308 authored Sep 22, 2021
2 parents 2e09731 + 8a6f98b commit 736585d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ void SetupClean (){
copy_me("romfs:/ini/Haku33.bmp", "/bootloader/res/Haku33.bmp");
copy_me("romfs:/ini/Haku33.ini", "/bootloader/ini/Haku33.ini");
copy_me("romfs:/hekate_keys.ini", "/bootloader/hekate_keys.ini");
spsmInitialize();
spsmShutdown(true);
}else{
led_on(1);
Expand Down Expand Up @@ -224,4 +225,4 @@ int main(int argc, char **argv)
close_Services();
consoleExit(NULL);
return 0;
}
}

0 comments on commit 736585d

Please sign in to comment.