mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 07:44:48 +00:00 
			
		
		
		
	disabled linux joystick debugging outputs and reverted unnecessary comment edit
This commit is contained in:
		
							parent
							
								
									3b53555bcf
								
							
						
					
					
						commit
						db9e14e504
					
				| 
						 | 
				
			
			@ -894,7 +894,7 @@ extern "C" {
 | 
			
		|||
  *  \brief  A variable controlling whether to use the classic /dev/input/js* joystick interface or the newer /dev/input/event* joystick interface on Linux
 | 
			
		||||
  *
 | 
			
		||||
  *  This variable can be set to the following values:
 | 
			
		||||
  *    "0"       - Use /dev/input/event* (the default)
 | 
			
		||||
  *    "0"       - Use /dev/input/event*
 | 
			
		||||
  *    "1"       - Use /dev/input/js*
 | 
			
		||||
  *
 | 
			
		||||
  *  By default the /dev/input/event* interfaces are used
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -78,11 +78,11 @@
 | 
			
		|||
#include "../../core/linux/SDL_evdev_capabilities.h"
 | 
			
		||||
#include "../../core/linux/SDL_udev.h"
 | 
			
		||||
 | 
			
		||||
#if 1
 | 
			
		||||
#if 0
 | 
			
		||||
#define DEBUG_INPUT_EVENTS 1
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if 1
 | 
			
		||||
#if 0
 | 
			
		||||
#define DEBUG_GAMEPAD_MAPPING 1
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue