Index: head/games/wxlauncher/files/patch-code_apis_JoystickManager.cpp =================================================================== --- head/games/wxlauncher/files/patch-code_apis_JoystickManager.cpp (nonexistent) +++ head/games/wxlauncher/files/patch-code_apis_JoystickManager.cpp (revision 385433) @@ -0,0 +1,13 @@ +--- code/apis/JoystickManager.cpp.orig 2015-04-11 22:15:55 UTC ++++ code/apis/JoystickManager.cpp +@@ -65,8 +65,10 @@ bool JoyMan::IsInitialized() { + */ + bool JoyMan::Initialize() { + if ( JoyMan::IsInitialized() ) { ++#if USE_JOYSTICK + wxLogDebug(_T("JoyMan already initialized with %d joysticks"), + joysticks.Count()); ++#endif + return true; + } + Property changes on: head/games/wxlauncher/files/patch-code_apis_JoystickManager.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property