mirror of
				https://github.com/hedge-dev/UnleashedRecomp.git
				synced 2025-10-30 07:11:05 +00:00 
			
		
		
		
	Revert "restoring notes for Button Labels."
This reverts commit ef4e37cb41.
			
			
This commit is contained in:
		
							parent
							
								
									75dacf5578
								
							
						
					
					
						commit
						f3ddd80024
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -351,8 +351,9 @@ void hid::Init() | |||
|     SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS5_RUMBLE, "1"); | ||||
|     SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_WII, "1"); | ||||
|     SDL_SetHint(SDL_HINT_XINPUT_ENABLED, "1"); | ||||
|     SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_STEAM, "1"); | ||||
| 
 | ||||
|     SDL_SetHint(SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS, "0"); // Uses Button Labels. This hint is disabled for Nintendo Controllers.
 | ||||
|     SDL_SetHint(SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS, "0"); | ||||
| 
 | ||||
|     SDL_InitSubSystem(SDL_INIT_EVENTS); | ||||
|     SDL_AddEventWatch(HID_OnSDLEvent, nullptr); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 AL2009man
						AL2009man