yuzu/src/core/hle/service/hid
Lioncash 0b181eeef4 hid/npad: Fix copy size in GetSupportedNpadIdTypes
Previously this was passing the size of the vector into memcpy rather
than the size in bytes to copy, which would result in a partial read.

Thankfully, this function isn't used yet, so this gets rid of a bug
before it's able to do anything.
2022-10-21 00:09:22 -04:00
..
controllers hid/npad: Fix copy size in GetSupportedNpadIdTypes 2022-10-21 00:09:22 -04:00
hidbus kernel: remove KWritableEvent 2022-10-12 20:29:29 -04:00
irsensor general: Fix spelling of "unknown" 2022-10-16 00:46:22 -04:00
errors.h service: hid: Partially implement palma controller 2022-09-25 00:13:12 -05:00
hid.cpp general: Fix spelling of "unknown" 2022-10-16 00:46:22 -04:00
hid.h service: hid: Partially implement palma controller 2022-09-25 00:13:12 -05:00
hidbus.cpp PR 2022-07-10 08:29:37 +01:00
hidbus.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
irs.cpp yuzu: Silence some clang warnings 2022-09-21 11:51:31 -05:00
irs.h yuzu: Add webcam support and rebase to latest master 2022-07-23 19:40:25 -05:00
irs_ring_lifo.h fix compiler errors 2022-07-24 16:39:32 -05:00
ring_lifo.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
xcd.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
xcd.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00