Lime3DS/src/core/hle/service/cam
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
..
cam.cpp ipc_helpers: Make PushStaticBuffer take std::vector by value 2020-04-18 19:17:11 -04:00
cam.h Fix crashes when loading with cameras active 2020-04-10 14:02:18 +01:00
cam_c.cpp Merge remote-tracking branch 'upstream/master' into feature/savestates-2 2020-03-28 12:33:21 +00:00
cam_c.h CAM service serialization 2020-02-13 17:38:22 +08:00
cam_q.cpp clang-format fixes 2020-02-13 17:39:15 +08:00
cam_q.h Correct exports; add some file serialization; fix service base object serialization 2020-02-13 17:42:07 +08:00
cam_s.cpp Merge remote-tracking branch 'upstream/master' into feature/savestates-2 2020-03-28 12:33:21 +00:00
cam_s.h CAM service serialization 2020-02-13 17:38:22 +08:00
cam_u.cpp Merge remote-tracking branch 'upstream/master' into feature/savestates-2 2020-03-28 12:33:21 +00:00
cam_u.h CAM service serialization 2020-02-13 17:38:22 +08:00