summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cam/cam.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-1/+1
|
* ResultVal: Remove MoveFrom()Yuri Kunde Schlesner2017-06-191-3/+3
| | | | | Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue.
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-0/+4
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* fixup!cam: use IPCHelperwwylele2017-05-271-25/+35
|
* cam: move u32->u8 trancation to IPCHelperwwylele2017-05-241-34/+33
|
* cam: use IPCHelperwwylele2017-05-241-278/+238
|
* CAM: implement basic camera functions with a blank camerawwylele2017-01-111-102/+922
|
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-36/+39
|
* fix #1942 and adds a few IPC functions for descriptorsLectem2016-08-021-3/+3
|
* svc: Make ResetType an enum classLioncash2016-03-121-4/+4
|
* Service/CAM: Dummy implementation of some functionsYuri Kunde Schlesner2016-02-131-1/+281
| | | | Thanks to @mailwl for the initial version of the stubs.
* services: Get rid of unnecessary includesLioncash2016-02-021-4/+0
|
* Services: Continue separation of services into their own folderspurpasmart962015-06-121-0/+35