diff --git a/src/core/hle/service/am/service/application_creator.cpp b/src/core/hle/service/am/service/application_creator.cpp index e8e4a103c2..983ac700bc 100644 --- a/src/core/hle/service/am/service/application_creator.cpp +++ b/src/core/hle/service/am/service/application_creator.cpp @@ -87,7 +87,7 @@ Result IApplicationCreator::CreateSystemApplication( std::vector control; std::unique_ptr loader; - auto process = CreateProcess(system, application_id, 1, 21); + auto process = CreateProcess(system, application_id, 1, 22); R_UNLESS(process != std::nullopt, ResultUnknown); const auto applet = std::make_shared(system, std::make_unique(*std::move(process)), true);