exo/mariko fatal: disable backlight before we do screen re-init

This commit is contained in:
Michael Scire 2020-11-20 22:47:30 -08:00 committed by SciresM
parent 2bc6dec126
commit 06dcc6bc17
4 changed files with 69 additions and 11 deletions

View file

@ -241,8 +241,6 @@ int main(int argc, char **argv)
/* Finalize the i2c server library. */
boot::FinalizeI2cDriverLibrary();
AMS_ABORT_UNLESS(spl::GetSocType() != spl::SocType_Mariko);
/* Tell PM to start boot2. */
R_ABORT_UNLESS(pmshellNotifyBootFinished());