Add back IsApplication flag

This commit is contained in:
gdk 2023-07-03 19:32:25 -03:00 committed by Emmanuel Hansen
parent 0970972f0d
commit 44551a0409

View File

@ -313,7 +313,7 @@ namespace Ryujinx.HLE.Loaders.Processes
programId, programId,
codeStart, codeStart,
codePagesCount, codePagesCount,
(ProcessCreationFlags)meta.Flags, (ProcessCreationFlags)meta.Flags | ProcessCreationFlags.IsApplication,
0, 0,
personalMmHeapPagesCount); personalMmHeapPagesCount);