Explorar o código

hid/npad: Add missing break in switch statement within Controller_NPad::OnUpdate()

Lioncash %!s(int64=7) %!d(string=hai) anos
pai
achega
fcde356f15
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/hle/service/hid/controllers/npad.cpp

+ 1 - 0
src/core/hle/service/hid/controllers/npad.cpp

@@ -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.l_stick = lstick_entry;
             dual_entry.r_stick = rstick_entry;
+            break;
         case NPadControllerType::JoyLeft:
             left_entry.connection_status.raw = 0;