mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 08:57:10 +02:00
Implement SvcGetThreadContext3
This commit is contained in:
parent
f246334568
commit
3028d3719a
10 changed files with 163 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue