From 724bd2b4d2115a0c1f8653ccc50534bd521754e1 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 --- libraries/libstratosphere/source/boot2/boot2_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libstratosphere/source/boot2/boot2_api.cpp b/libraries/libstratosphere/source/boot2/boot2_api.cpp index aeb7f5c76..f2d78c726 100644 --- a/libraries/libstratosphere/source/boot2/boot2_api.cpp +++ b/libraries/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. */