"Merge Tagged PR 13018"

This commit is contained in:
yuzubot 2024-03-04 13:02:54 +00:00
parent 2ddac7b02b
commit 537296095a
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.