diff --git a/Ryujinx.HLE/HOS/Horizon.cs b/Ryujinx.HLE/HOS/Horizon.cs index 99438298d..7283d5769 100644 --- a/Ryujinx.HLE/HOS/Horizon.cs +++ b/Ryujinx.HLE/HOS/Horizon.cs @@ -351,7 +351,7 @@ namespace Ryujinx.HLE.HOS // TODO: // - Pass enough information (capabilities, process creation info, etc) on ServiceEntry for proper initialization. // - Have the ThreadStart function take the syscall, address space and thread context parameters instead of passing - // them here. + // them here. KernelStatic.StartInitialProcess(KernelContext, creationInfo, defaultCapabilities, 44, () => { service.Start(KernelContext.Syscall, KernelStatic.GetCurrentProcess().CpuMemory, KernelStatic.GetCurrentThread().ThreadContext);