mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 09:10:01 -06:00
This reverts commit 85dbb9559a
.
This commit is contained in:
@ -5,7 +5,7 @@ namespace Ryujinx.HLE.Input
|
||||
[Flags]
|
||||
public enum HidControllerConnState
|
||||
{
|
||||
ControllerStateConnected = (1 << 0),
|
||||
ControllerStateWired = (1 << 1)
|
||||
Controller_State_Connected = (1 << 0),
|
||||
Controller_State_Wired = (1 << 1)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user