"Merge Tagged PR 13018"
This commit is contained in:
parent
2ddac7b02b
commit
537296095a
63 changed files with 2079 additions and 587 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue