mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
boot: remove debug logic for showing battery icons
This commit is contained in:
parent
72377c2345
commit
ea90325535
1 changed files with 0 additions and 12 deletions
|
@ -133,18 +133,6 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
Boot::SetInitialClockConfiguration();
|
Boot::SetInitialClockConfiguration();
|
||||||
|
|
||||||
Boot::ShowLowBatteryIcon();
|
|
||||||
|
|
||||||
Boot::StartShowChargingIcon(0, true);
|
|
||||||
Boot::EndShowChargingIcon();
|
|
||||||
|
|
||||||
Boot::StartShowChargingIcon(15, true);
|
|
||||||
Boot::EndShowChargingIcon();
|
|
||||||
|
|
||||||
Boot::StartShowChargingIcon(100, true);
|
|
||||||
Boot::EndShowChargingIcon();
|
|
||||||
while (1) { }
|
|
||||||
|
|
||||||
/* TODO: CheckAndRepairBootImages(); */
|
/* TODO: CheckAndRepairBootImages(); */
|
||||||
|
|
||||||
/* Tell PM to start boot2. */
|
/* Tell PM to start boot2. */
|
||||||
|
|
Loading…
Reference in a new issue