[HLE/Kernel] Somewhat improved sync primitives
This commit is contained in:
10
Ryujinx.Core/OsHle/Kernel/KernelErr.cs
Normal file
10
Ryujinx.Core/OsHle/Kernel/KernelErr.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.Core.OsHle.Kernel
|
||||
{
|
||||
static class KernelErr
|
||||
{
|
||||
public const int InvalidMemRange = 110;
|
||||
public const int InvalidHandle = 114;
|
||||
public const int Timeout = 117;
|
||||
public const int InvalidInfo = 120;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user