Linux: Make joystick init always fail silently

Related to #833.
This commit is contained in:
Camilla Löwy
2017-08-09 12:04:38 +02:00
parent ab2247f8f3
commit a397195d3f
2 changed files with 14 additions and 26 deletions
+1
View File
@@ -199,6 +199,7 @@ information on what to include when reporting a bug.
- [Linux] Moved to evdev for joystick input (#906,#1005)
- [Linux] Bugfix: Event processing did not detect joystick disconnection (#932)
- [Linux] Bugfix: The joystick device path could be truncated (#1025)
- [Linux] Bugfix: `glfwInit` would fail if inotify creation failed (#833)
- [Cocoa] Added support for Vulkan window surface creation via
[MoltenVK](https://moltengl.com/moltenvk/) (#870)
- [Cocoa] Added support for loading a `MainMenu.nib` when available