2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle/service/cam
Yuri Kunde Schlesner 723dc644fa ResultVal: Remove MoveFrom()
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in
case you already have an rvalue.
2017-06-18 19:03:15 -07:00
..
cam.cpp ResultVal: Remove MoveFrom() 2017-06-18 19:03:15 -07:00
cam.h fixup!cam: use IPCHelper 2017-05-27 21:30:07 +03:00
cam_c.cpp Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
cam_c.h
cam_q.cpp Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
cam_q.h
cam_s.cpp Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
cam_s.h
cam_u.cpp CAM: implement basic camera functions with a blank camera 2017-01-11 11:46:44 +02:00
cam_u.h