summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cam (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei10-2015/+0
2017-09-30Fixed type conversion ambiguityHuw Pascoe1-1/+1
2017-06-19ResultVal: Remove MoveFrom()Yuri Kunde Schlesner1-3/+3
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue.
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner1-0/+4
This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
2017-05-27fixup!cam: use IPCHelperwwylele2-30/+43
2017-05-24cam: move u32->u8 trancation to IPCHelperwwylele1-34/+33
2017-05-24cam: use IPCHelperwwylele1-278/+238
2017-02-27Doxygen: Amend minor issues (#2593)Mat M1-1/+1
Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
2017-01-11CAM: implement basic camera functions with a blank camerawwylele3-172/+1242
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2-2/+2
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2-3/+1
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2-13/+43
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot6-155/+125
2016-08-02fix #1942 and adds a few IPC functions for descriptorsLectem1-3/+3
2016-03-12svc: Make ResetType an enum classLioncash1-4/+4
2016-03-01Service/CAM: Add doxycomments to all service functionsYuri Kunde Schlesner1-0/+217
2016-02-13Service/CAM: Dummy implementation of some functionsYuri Kunde Schlesner3-20/+346
Thanks to @mailwl for the initial version of the stubs.
2016-02-02services: Get rid of unnecessary includesLioncash6-14/+1
2015-12-30services: Update some function tablesLioncash1-0/+5
2015-11-23Services/Cam: Added new log type and camera enums from 3dbrew.Subv1-0/+156
Followup to #1102 Original author @mailwl
2015-09-03Add cam:u service function names to its function tablearchshift1-3/+60
2015-06-12Services: Continue separation of services into their own folderspurpasmart9610-0/+223