mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 17:00:17 +00:00
PR feedback
This commit is contained in:
parent
fc0a1b4e85
commit
50cc2a67be
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue