mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 00:47:11 +02:00
misc: Avoid copy of ApplicationControlProperty (#4849)
Avoid more giant copy when passing it around.
This commit is contained in:
parent
adf4ebcd60
commit
0e06aace45
4 changed files with 17 additions and 16 deletions
|
@ -116,7 +116,7 @@ namespace Ryujinx.HLE.Loaders.Processes.Extensions
|
|||
device,
|
||||
device.System.KernelContext,
|
||||
metaLoader,
|
||||
nacpData.Value,
|
||||
nacpData,
|
||||
enablePtc,
|
||||
allowCodeMemoryForJit,
|
||||
programName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue