citra/src/core/hle/service/frd
Lioncash a6e37b48e9 ipc_helpers: Make PushStaticBuffer take std::vector by value
Allows interfaces to move the vector into the calls, avoiding any
reallocations.

Many existing call sites already std::move into the parameter, expecting
a move to occur. Only a few remain where this wasn't already
being done, which we can convert over.
2020-04-18 19:17:11 -04:00
..
frd_a.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
frd_a.h clang-format fixes 2020-02-13 17:39:15 +08:00
frd_u.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
frd_u.h clang-format fixes 2020-02-13 17:39:15 +08:00
frd.cpp ipc_helpers: Make PushStaticBuffer take std::vector by value 2020-04-18 19:17:11 -04:00
frd.h clang-format fixes 2020-02-13 17:39:15 +08:00