Add a virtual controller to merge Joy-Cons. #766
Annotations
5 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/Ryujinx.Input.SDL2/SDL2JoyCon.cs#L94
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Ryujinx.Input.SDL2.SDL2JoyCon.JoyConType)2' is not covered.
|
Build:
src/Ryujinx.Input.SDL2/SDL2JoyConPair.cs#L13
The field 'SDL2JoyConPair._configuration' is never used
|
Build:
src/Ryujinx.Input.SDL2/SDL2JoyCon.cs#L94
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Ryujinx.Input.SDL2.SDL2JoyCon.JoyConType)2' is not covered.
|
Build:
src/Ryujinx.Input.SDL2/SDL2JoyConPair.cs#L13
The field 'SDL2JoyConPair._configuration' is never used
|
Loading