mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-01 16:41:22 +00:00
Update XInputJoystick.cs
Debug message for programmers
This commit is contained in:
parent
8e5faec07c
commit
33ed6727bf
|
@ -381,7 +381,7 @@ namespace OpenTK.Platform.Windows
|
|||
}
|
||||
if (dll == IntPtr.Zero)
|
||||
{
|
||||
//XInput was not found on this platform
|
||||
Debug.Print("XInput was not found on this platform");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue