summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cam/cam.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-686/+0
|
* fixup!cam: use IPCHelperwwylele2017-05-271-5/+8
|
* Doxygen: Amend minor issues (#2593)Mat M2017-02-271-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.
* CAM: implement basic camera functions with a blank camerawwylele2017-01-111-54/+304
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-12/+42
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-51/+18
|
* Service/CAM: Add doxycomments to all service functionsYuri Kunde Schlesner2016-03-011-0/+217
|
* Service/CAM: Dummy implementation of some functionsYuri Kunde Schlesner2016-02-131-0/+45
| | | | Thanks to @mailwl for the initial version of the stubs.
* services: Get rid of unnecessary includesLioncash2016-02-021-2/+1
|
* Services/Cam: Added new log type and camera enums from 3dbrew.Subv2015-11-231-0/+156
| | | | | Followup to #1102 Original author @mailwl
* Services: Continue separation of services into their own folderspurpasmart962015-06-121-0/+20