mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-11-04 08:13:41 +00:00 
			
		
		
		
	hid/npad: Add missing break in switch statement within Controller_NPad::OnUpdate()
This commit is contained in:
		
							parent
							
								
									65bd03d74c
								
							
						
					
					
						commit
						fcde356f15
					
				@ -310,6 +310,7 @@ void Controller_NPad::OnUpdate(u8* data, std::size_t data_len) {
 | 
				
			|||||||
            dual_entry.pad_states.raw = pad_state.raw;
 | 
					            dual_entry.pad_states.raw = pad_state.raw;
 | 
				
			||||||
            dual_entry.l_stick = lstick_entry;
 | 
					            dual_entry.l_stick = lstick_entry;
 | 
				
			||||||
            dual_entry.r_stick = rstick_entry;
 | 
					            dual_entry.r_stick = rstick_entry;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
        case NPadControllerType::JoyLeft:
 | 
					        case NPadControllerType::JoyLeft:
 | 
				
			||||||
            left_entry.connection_status.raw = 0;
 | 
					            left_entry.connection_status.raw = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user