mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-15 14:46:28 +02:00
misc: chore: Use explicit types in input projects
This commit is contained in:
parent
1712d69dcd
commit
ac401034d7
8 changed files with 20 additions and 18 deletions
|
@ -373,7 +373,7 @@ namespace Ryujinx.Input.SDL2
|
|||
|
||||
if (HasConfiguration)
|
||||
{
|
||||
var joyconStickConfig = GetLogicalJoyStickConfig(inputId);
|
||||
JoyconConfigControllerStick<GamepadInputId, Common.Configuration.Hid.Controller.StickInputId> joyconStickConfig = GetLogicalJoyStickConfig(inputId);
|
||||
|
||||
if (joyconStickConfig != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue