mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-09 22:17:23 +00:00
[Win] Fix compilation in Release
This commit is contained in:
parent
8c762e56e3
commit
f829b3d732
|
@ -171,9 +171,7 @@ namespace OpenTK.Platform.Windows
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
#if DEBUG
|
|
||||||
static readonly string TypeName = typeof(WinRawJoystick).Name;
|
static readonly string TypeName = typeof(WinRawJoystick).Name;
|
||||||
#endif
|
|
||||||
|
|
||||||
XInputJoystick XInput = new XInputJoystick();
|
XInputJoystick XInput = new XInputJoystick();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue