Move kernel state out of the Horizon class (#1107)
* Move kernel state from Horizon to KernelContext * Merge syscalls partial classes, split 32 and 64-bit variants * Sort usings
This commit is contained in:
@ -168,7 +168,7 @@ namespace Ryujinx.HLE.HOS.Services
|
||||
}
|
||||
else
|
||||
{
|
||||
KSession session = new KSession(context.Device.System);
|
||||
KSession session = new KSession(context.Device.System.KernelContext);
|
||||
|
||||
session.ClientSession.Service = obj;
|
||||
|
||||
|
Reference in New Issue
Block a user