diff options
author | Lioncash <mathew1800@gmail.com> | 2022-10-21 00:05:39 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2022-10-21 00:09:22 -0400 |
commit | 0b181eeef4f56a814ea6c9b86d789be3ab8d1ae5 (patch) | |
tree | 1b64af71db6e0d5a834aba820a7507c90249efb5 /src/shader_recompiler/frontend/maxwell/translate_program.cpp | |
parent | 6b71530fa8d3ce811537110a42dc8cd554629fb2 (diff) |
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.
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/translate_program.cpp')
0 files changed, 0 insertions, 0 deletions