mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 10:18:30 +02: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:
@@ -106,7 +106,7 @@ namespace Ryujinx.HLE.HOS.Services.Time.StaticService
|
||||
{
|
||||
if (_operationEventReadableHandle == 0)
|
||||
{
|
||||
KEvent kEvent = new KEvent(context.Device.System);
|
||||
KEvent kEvent = new KEvent(context.Device.System.KernelContext);
|
||||
|
||||
_clockCore.RegisterOperationEvent(kEvent.WritableEvent);
|
||||
|
||||
|
Reference in New Issue
Block a user