from "params T[]" to "params ReadOnlySpan<T>"

This commit is contained in:
Marco Carvalho
2024-12-17 15:07:42 -03:00
committed by Evan Husted
parent 7fff58fe54
commit 682cb81c92
2 changed files with 3 additions and 3 deletions
@@ -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();