From f85afd29806dde114065c377bea9b889e2a95bdc Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sun, 12 Sep 2021 12:40:27 -0700 Subject: [PATCH] boot2: launch nintendo lm from built in system, not none --- libstratosphere/source/boot2/boot2_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstratosphere/source/boot2/boot2_api.cpp b/libstratosphere/source/boot2/boot2_api.cpp index aeb7f5c7..f2d78c72 100644 --- a/libstratosphere/source/boot2/boot2_api.cpp +++ b/libstratosphere/source/boot2/boot2_api.cpp @@ -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. */