forked from MeloNX/MeloNX
Add back IsApplication flag
(cherry picked from commit 64e302e6b14806fb44be17a216ef621d0b85cecd)
This commit is contained in:
parent
7a2869ab6e
commit
b5a82ac607
@ -314,7 +314,7 @@ namespace Ryujinx.HLE.Loaders.Processes
|
|||||||
programId,
|
programId,
|
||||||
codeStart,
|
codeStart,
|
||||||
codePagesCount,
|
codePagesCount,
|
||||||
(ProcessCreationFlags)meta.Flags,
|
(ProcessCreationFlags)meta.Flags | ProcessCreationFlags.IsApplication,
|
||||||
0,
|
0,
|
||||||
personalMmHeapPagesCount);
|
personalMmHeapPagesCount);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user