mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	clang format
This commit is contained in:
		
							parent
							
								
									0e2edbb0d2
								
							
						
					
					
						commit
						3cc559f865
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -355,7 +355,8 @@ QList<QKeySequence> ConfigureInput::GetUsedKeyboardKeys() { | |||
|         auto analog_param = analogs_param[analog_id]; | ||||
|         if (analog_param.Get("engine", "") == "analog_from_button") { | ||||
|             for (int sub_button_id = 0; sub_button_id < ANALOG_SUB_BUTTONS_NUM; sub_button_id++) { | ||||
|                 auto sub_button = Common::ParamPackage{analog_param.Get(analog_sub_buttons[sub_button_id], "")}; | ||||
|                 auto sub_button = | ||||
|                     Common::ParamPackage{analog_param.Get(analog_sub_buttons[sub_button_id], "")}; | ||||
|                 list << QKeySequence(sub_button.Get("code", 0)); | ||||
|             } | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue