mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 09:57:09 +02:00
Fix uint -> int typo. (#2245)
This commit is contained in:
parent
e5f643c637
commit
f0dfd13068
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue