mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 07:39:52 -06:00
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