View | Details | Raw Unified | Return to bug 199919 | Differences between
and this patch

Collapse All | Expand All

(-)wxlauncher/files/patch-code_apis_JoystickManager.cpp (+13 lines)
Line 0 Link Here
1
--- code/apis/JoystickManager.cpp.orig	2015-04-11 22:15:55 UTC
2
+++ code/apis/JoystickManager.cpp
3
@@ -65,8 +65,10 @@ bool JoyMan::IsInitialized() {
4
 */
5
 bool JoyMan::Initialize() {
6
 	if ( JoyMan::IsInitialized() ) {
7
+#if USE_JOYSTICK
8
 		wxLogDebug(_T("JoyMan already initialized with %d joysticks"),
9
 			joysticks.Count());
10
+#endif
11
 		return true;
12
 	}
13
 

Return to bug 199919