mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 19:36:24 +02:00
Add back IsApplication flag
This commit is contained in:
parent
1aff88648e
commit
0f231d2547
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ namespace Ryujinx.HLE.Loaders.Processes
|
|||
programId,
|
||||
codeStart,
|
||||
codePagesCount,
|
||||
(ProcessCreationFlags)meta.Flags,
|
||||
(ProcessCreationFlags)meta.Flags | ProcessCreationFlags.IsApplication,
|
||||
0,
|
||||
personalMmHeapPagesCount);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue