mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 06:30:46 -07:00
misc: Avoid copy of ApplicationControlProperty (#4849)
Avoid more giant copy when passing it around.
This commit is contained in:
@ -116,7 +116,7 @@ namespace Ryujinx.HLE.Loaders.Processes.Extensions
|
||||
device,
|
||||
device.System.KernelContext,
|
||||
metaLoader,
|
||||
nacpData.Value,
|
||||
nacpData,
|
||||
enablePtc,
|
||||
allowCodeMemoryForJit,
|
||||
programName,
|
||||
|
Reference in New Issue
Block a user