boot2: launch nintendo lm from built in system, not none

This commit is contained in:
Michael Scire 2021-09-12 12:40:27 -07:00
parent 50c1b628a8
commit 724bd2b4d2

View file

@ -412,7 +412,7 @@ namespace ams::boot2 {
if (IsAtmosphereLogManagerEnabled()) {
LaunchProgram(nullptr, ncm::ProgramLocation::Make(ncm::AtmosphereProgramId::AtmosphereLogManager, ncm::StorageId::None), 0);
} else {
LaunchProgram(nullptr, ncm::ProgramLocation::Make(ncm::SystemProgramId::LogManager, ncm::StorageId::None), 0);
LaunchProgram(nullptr, ncm::ProgramLocation::Make(ncm::SystemProgramId::LogManager, ncm::StorageId::BuiltInSystem), 0);
}
/* Launch additional programs. */