mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 02:30:08 -06:00
Implement SvcGetThreadContext3
This commit is contained in:
@ -13,5 +13,7 @@ namespace Ryujinx.HLE.OsHle.Kernel
|
||||
public const int Canceled = 118;
|
||||
public const int CountOutOfRange = 119;
|
||||
public const int InvalidInfo = 120;
|
||||
public const int InvalidThread = 122;
|
||||
public const int InvalidState = 125;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user