mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-07 23:18:35 +00:00
Fix uint -> int typo. (#2245)
This commit is contained in:
parent
992133e9ca
commit
cac4f31dfa
|
@ -1,6 +1,6 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Hid
|
||||
{
|
||||
public enum NpadIdType : uint
|
||||
public enum NpadIdType : int
|
||||
{
|
||||
Player1 = 0,
|
||||
Player2 = 1,
|
||||
|
@ -13,4 +13,4 @@
|
|||
Unknown = 16,
|
||||
Handheld = 32
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue