mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-15 21:42:07 -07:00
irs: Little service cleanup (#712)
* irs: Little service cleanup * more cleanup * Fix nit * Fix condition
This commit is contained in:
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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user