mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 15:49:57 -06:00
Fix uint -> int typo. (#2245)
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user