exo/mariko fatal: perform display init, reboot on power button press

This commit is contained in:
Michael Scire
2020-11-20 01:05:45 -08:00
committed by SciresM
parent 45830472c1
commit 8ba1cdeef2
9 changed files with 1510 additions and 13 deletions

View File

@@ -32,6 +32,8 @@ namespace ams::pmic {
void DisableVddCpu(Regulator regulator);
void EnableSleep();
void PowerOff();
void ShutdownSystem(bool reboot);
bool IsAcOk();
bool IsPowerButtonPressed();
}