diff --git a/src/OpenTK/Platform/Windows/XInputJoystick.cs b/src/OpenTK/Platform/Windows/XInputJoystick.cs index bf17115c..23d29d2c 100644 --- a/src/OpenTK/Platform/Windows/XInputJoystick.cs +++ b/src/OpenTK/Platform/Windows/XInputJoystick.cs @@ -381,7 +381,8 @@ namespace OpenTK.Platform.Windows } if (dll == IntPtr.Zero) { - throw new NotSupportedException("XInput was not found on this platform"); + //XInput was not found on this platform + return; } // Load the entry points we are interested in from that dll