mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Fixed coding style
This commit is contained in:
		
							parent
							
								
									446b614409
								
							
						
					
					
						commit
						7c007eac24
					
				
					 2 changed files with 7 additions and 8 deletions
				
			
		|  | @ -100,10 +100,10 @@ ConfigureInput::ConfigureInput(QWidget* parent) | |||
|     setFocusPolicy(Qt::ClickFocus); | ||||
| 
 | ||||
|     button_map = { | ||||
|         ui->buttonA,        ui->buttonB,        ui->buttonX,         ui->buttonY,  ui->buttonDpadUp, | ||||
|         ui->buttonDpadDown, ui->buttonDpadLeft, ui->buttonDpadRight, ui->buttonL,  ui->buttonR, | ||||
|         ui->buttonStart,    ui->buttonSelect,   nullptr,             ui->buttonZL, ui->buttonZR, | ||||
|         ui->buttonHome, | ||||
|         ui->buttonA,      ui->buttonB,        ui->buttonX,        ui->buttonY, | ||||
|         ui->buttonDpadUp, ui->buttonDpadDown, ui->buttonDpadLeft, ui->buttonDpadRight, | ||||
|         ui->buttonL,      ui->buttonR,        ui->buttonStart,    ui->buttonSelect, | ||||
|         nullptr,          ui->buttonZL,       ui->buttonZR,       ui->buttonHome, | ||||
|     }; | ||||
| 
 | ||||
|     analog_map_buttons = {{ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue