summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cam/cam.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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