forked from MeloNX/MeloNX
Add back IsApplication flag
This commit is contained in:
parent
0970972f0d
commit
44551a0409
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user