suyu/src/core/hle
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
..
kernel kernel: remove most SessionRequestManager handling from KServerSession 2022-10-19 16:31:12 -04:00
service hid/npad: Fix copy size in GetSupportedNpadIdTypes 2022-10-21 00:09:22 -04:00
api_version.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
ipc.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
ipc_helpers.h kernel: remove most SessionRequestManager handling from KServerSession 2022-10-19 16:31:12 -04:00
result.h core: hle: kernel: Use result macros for new/changed code. 2022-10-18 19:13:35 -07:00