from "params T[]" to "params ReadOnlySpan<T>"
This commit is contained in:
committed by
Evan Husted
parent
7fff58fe54
commit
682cb81c92
@@ -231,7 +231,7 @@ namespace Ryujinx.HLE.Loaders.Processes
|
||||
ulong programId,
|
||||
byte programIndex,
|
||||
byte[] arguments = null,
|
||||
params IExecutable[] executables)
|
||||
params ReadOnlySpan<IExecutable> executables)
|
||||
{
|
||||
context.Device.System.ServiceTable.WaitServicesReady();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user