irs: Little service cleanup (#712)
* irs: Little service cleanup * more cleanup * Fix nit * Fix condition
This commit is contained in:
parent
36f62cbe72
commit
a8965aad97
5 changed files with 87 additions and 43 deletions
8
Ryujinx.HLE/HOS/Services/Hid/Irs/IrsError.cs
Normal file
8
Ryujinx.HLE/HOS/Services/Hid/Irs/IrsError.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Hid.Irs
|
||||
{
|
||||
static class IrsError
|
||||
{
|
||||
public const int HandlePointerIsNull = 212;
|
||||
public const int NpadIdOutOfRange = 709;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue