"Merge Tagged PR 13018"

This commit is contained in:
yuzubot 2024-03-03 13:02:50 +00:00
parent f2aa821f94
commit c280f95b1a
63 changed files with 2079 additions and 587 deletions

View file

@ -1170,6 +1170,7 @@ Result KProcess::LoadFromMetadata(const FileSys::ProgramMetadata& metadata, std:
// Determine if we are an application.
if (pool == KMemoryManager::Pool::Application) {
flag |= Svc::CreateProcessFlag::IsApplication;
m_is_application = true;
}
// If we are 64-bit, create as such.