mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #4039 from FearlessTobi/port-5376
Port citra-emu/citra#5376: "Actually save the input when clearing/resetting to default"
This commit is contained in:
		
						commit
						1b64fae912
					
				| @ -480,7 +480,9 @@ void ConfigureInputPlayer::RestoreDefaults() { | ||||
|             SetAnalogButton(params, analogs_param[analog_id], analog_sub_buttons[sub_button_id]); | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     UpdateButtonLabels(); | ||||
|     ApplyConfiguration(); | ||||
| } | ||||
| 
 | ||||
| void ConfigureInputPlayer::ClearAll() { | ||||
| @ -505,6 +507,7 @@ void ConfigureInputPlayer::ClearAll() { | ||||
|     } | ||||
| 
 | ||||
|     UpdateButtonLabels(); | ||||
|     ApplyConfiguration(); | ||||
| } | ||||
| 
 | ||||
| void ConfigureInputPlayer::UpdateButtonLabels() { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei