Fix uint -> int typo. (#2245)
This commit is contained in:
parent
992133e9ca
commit
cac4f31dfa
@ -1,6 +1,6 @@
|
|||||||
namespace Ryujinx.HLE.HOS.Services.Hid
|
namespace Ryujinx.HLE.HOS.Services.Hid
|
||||||
{
|
{
|
||||||
public enum NpadIdType : uint
|
public enum NpadIdType : int
|
||||||
{
|
{
|
||||||
Player1 = 0,
|
Player1 = 0,
|
||||||
Player2 = 1,
|
Player2 = 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user