summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-07-19 11:01:05 -0400
committerGravatar Lioncash2018-07-19 11:01:07 -0400
commit6c1ba02e0cacfd66cf36d40a4b0f9794bc2ca26e (patch)
tree63998475a888bfdfb0a0c1f1aabcc903fd8b6f95 /src/core/hle/kernel/thread.cpp
parentfsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() f... (diff)
downloadyuzu-6c1ba02e0cacfd66cf36d40a4b0f9794bc2ca26e.tar.gz
yuzu-6c1ba02e0cacfd66cf36d40a4b0f9794bc2ca26e.tar.xz
yuzu-6c1ba02e0cacfd66cf36d40a4b0f9794bc2ca26e.zip
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.
Diffstat (limited to 'src/core/hle/kernel/thread.cpp')
0 files changed, 0 insertions, 0 deletions