mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 08:29:44 -04:00
boot: Implement DetectBootReason
This commit is contained in:
parent
fe0d41623c
commit
93fb060fac
9 changed files with 317 additions and 2 deletions
|
@ -119,7 +119,8 @@ int main(int argc, char **argv)
|
|||
/* Check USB PLL/UTMIP clock. */
|
||||
Boot::CheckClock();
|
||||
|
||||
/* TODO: DetectBootReason(); */
|
||||
/* Talk to PMIC/RTC, set boot reason with SPL. */
|
||||
Boot::DetectBootReason();
|
||||
|
||||
/* TODO: ShowSplashScreen(); */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue