diff options
author | Lioncash <mathew1800@gmail.com> | 2018-11-14 06:59:17 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-11-14 06:59:17 +0100 |
commit | fcde356f154e9c135301421e6f90fcd2ab718053 (patch) | |
tree | 37e53230f365212c4395b02137c537d948df1e88 /src/core/hle | |
parent | Merge pull request #1628 from greggameplayer/Texture2DArray (diff) | |
download | yuzu-fcde356f154e9c135301421e6f90fcd2ab718053.tar yuzu-fcde356f154e9c135301421e6f90fcd2ab718053.tar.gz yuzu-fcde356f154e9c135301421e6f90fcd2ab718053.tar.bz2 yuzu-fcde356f154e9c135301421e6f90fcd2ab718053.tar.lz yuzu-fcde356f154e9c135301421e6f90fcd2ab718053.tar.xz yuzu-fcde356f154e9c135301421e6f90fcd2ab718053.tar.zst yuzu-fcde356f154e9c135301421e6f90fcd2ab718053.zip |
Diffstat (limited to 'src/core/hle')
-rw-r--r-- | src/core/hle/service/hid/controllers/npad.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.cpp b/src/core/hle/service/hid/controllers/npad.cpp index ff9b64be4..56c415e4e 100644 --- a/src/core/hle/service/hid/controllers/npad.cpp +++ b/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; |