mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-23 05:38:30 +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)
|
if (dll == IntPtr.Zero)
|
||||||
{
|
{
|
||||||
//XInput was not found on this platform
|
Debug.Print("XInput was not found on this platform");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue