blob: 43514bfd62397f904d2356d420d1b43b1ac0f392 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -Naur xarchon-0.60.orig/src/qt/qthumaniface.cpp xarchon-0.60.joypatch/src/qt/qthumaniface.cpp
--- xarchon-0.60.orig/src/qt/qthumaniface.cpp 2002-01-09 13:34:33.000000000 -0500
+++ xarchon-0.60.joypatch/src/qt/qthumaniface.cpp 2016-08-11 08:07:19.978650355 -0400
@@ -133,7 +133,6 @@
if (!human_joystick_init(non_keyboard)) {
#endif
toolkit_message_box("Joystick not available");
- return false;
#ifdef HAVE_LINUX_JOYSTICK_H
}
#endif
|