From ea903255352218bad8c5a181482b9591950fcc74 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 6 May 2019 13:34:44 -0700 Subject: [PATCH] boot: remove debug logic for showing battery icons --- stratosphere/boot/source/boot_main.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/stratosphere/boot/source/boot_main.cpp b/stratosphere/boot/source/boot_main.cpp index 9faa9420e..c1746f687 100644 --- a/stratosphere/boot/source/boot_main.cpp +++ b/stratosphere/boot/source/boot_main.cpp @@ -133,18 +133,6 @@ int main(int argc, char **argv) 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(); */ /* Tell PM to start boot2. */