mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	input_common: Revert debugging changes
This commit is contained in:
		
							parent
							
								
									27ff00acb1
								
							
						
					
					
						commit
						91695a453b
					
				@ -58,8 +58,6 @@ void InputEngine::SetHatButton(const PadIdentifier& identifier, int button, u8 v
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void InputEngine::SetAxis(const PadIdentifier& identifier, int axis, f32 value) {
 | 
			
		||||
    value /= 2.0f;
 | 
			
		||||
    value -= 0.5f;
 | 
			
		||||
    {
 | 
			
		||||
        std::scoped_lock lock{mutex};
 | 
			
		||||
        ControllerData& controller = controller_list.at(identifier);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user