yuzu/src/core/hle
Lioncash d6e9b96e2f fsp_srv: Respect write length in Write()
Previously we were just copying the data whole-sale, even if the length
was less than the total data size. This effectively makes the
actual_data vector useless, which is likely not intended.

Instead, amend this to only copy the given length amount of data.

At the same time, we can avoid zeroing out the data before using it by
passing iterators to the constructor instead of a size.
2018-07-19 09:57:48 -04:00
..
kernel Merge pull request #692 from lioncash/assign 2018-07-18 20:56:28 -07:00
service fsp_srv: Respect write length in Write() 2018-07-19 09:57:48 -04:00
config_mem.cpp
config_mem.h
ipc_helpers.h
ipc.h
lock.cpp
lock.h
result.h
romfs.cpp
romfs.h
shared_page.cpp
shared_page.h