yuzu/src/core/hle
Lioncash 6c1ba02e0c fsp_srv: Remove unnecessary vector construction in IFile's Write() function
We can avoid constructing a std::vector here by simply passing a pointer
to the original data and the size of the copy we wish to perform to the
backend's Write() function instead, avoiding copying the data where it's
otherwise not needed.
2018-07-19 11:01:07 -04:00
..
kernel Merge pull request #692 from lioncash/assign 2018-07-18 20:56:28 -07:00
service fsp_srv: Remove unnecessary vector construction in IFile's Write() function 2018-07-19 11:01:07 -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