mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	configure_input: set modifier_scale undonditionally when restoring default
This commit is contained in:
		
							parent
							
								
									75f9c2cc13
								
							
						
					
					
						commit
						611b186a97
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -375,9 +375,7 @@ void ConfigureInput::RestoreDefaults() { | |||
|                 Config::default_analogs[analog_id][sub_button_id])}; | ||||
|             SetAnalogButton(params, analogs_param[analog_id], analog_sub_buttons[sub_button_id]); | ||||
|         } | ||||
|         if (analogs_param[analog_id].Get("modifier_scale", 0.5f) != 0.5f) { | ||||
|             analogs_param[analog_id].Set("modifier_scale", 0.5f); | ||||
|         } | ||||
|         analogs_param[analog_id].Set("modifier_scale", 0.5f); | ||||
|     } | ||||
|     UpdateButtonLabels(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue