mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Actually save the input when clearing/resetting to default
This commit is contained in:
		
							parent
							
								
									61c8ea3fe9
								
							
						
					
					
						commit
						8d19e144cb
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -367,6 +367,9 @@ void ConfigureInput::RestoreDefaults() { | |||
|         } | ||||
|     } | ||||
|     UpdateButtonLabels(); | ||||
| 
 | ||||
|     ApplyConfiguration(); | ||||
|     Settings::SaveProfile(Settings::values.current_input_profile_index); | ||||
| } | ||||
| 
 | ||||
| void ConfigureInput::ClearAll() { | ||||
|  | @ -378,6 +381,9 @@ void ConfigureInput::ClearAll() { | |||
|         analogs_param[analog_id].Clear(); | ||||
|     } | ||||
|     UpdateButtonLabels(); | ||||
| 
 | ||||
|     ApplyConfiguration(); | ||||
|     Settings::SaveProfile(Settings::values.current_input_profile_index); | ||||
| } | ||||
| 
 | ||||
| void ConfigureInput::UpdateButtonLabels() { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue