mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-03 20:24:43 +01:00 
			
		
		
		
	Clanggit rebase -i fixes
This commit is contained in:
		
							parent
							
								
									8d968780c1
								
							
						
					
					
						commit
						a4f5ccbf0a
					
				@ -24,18 +24,10 @@ const std::array<int, Settings::NativeButton::NumButtons> Config::default_button
 | 
			
		||||
 | 
			
		||||
const std::array<std::array<int, 5>, Settings::NativeAnalog::NumAnalogs> Config::default_analogs{{
 | 
			
		||||
    {
 | 
			
		||||
        Qt::Key_Up,
 | 
			
		||||
        Qt::Key_Down,
 | 
			
		||||
        Qt::Key_Left,
 | 
			
		||||
        Qt::Key_Right,
 | 
			
		||||
        Qt::Key_D,
 | 
			
		||||
        Qt::Key_Up, Qt::Key_Down, Qt::Key_Left, Qt::Key_Right, Qt::Key_D,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        Qt::Key_I,
 | 
			
		||||
        Qt::Key_K,
 | 
			
		||||
        Qt::Key_J,
 | 
			
		||||
        Qt::Key_L,
 | 
			
		||||
        Qt::Key_D,
 | 
			
		||||
        Qt::Key_I, Qt::Key_K, Qt::Key_J, Qt::Key_L, Qt::Key_D,
 | 
			
		||||
    },
 | 
			
		||||
}};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user