mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-04-17 21:01:42 +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
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
static readonly string TypeName = typeof(WinRawJoystick).Name;
|
||||
#endif
|
||||
|
||||
XInputJoystick XInput = new XInputJoystick();
|
||||
|
||||
|
|
Loading…
Reference in a new issue