aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/cam/cam.h
AgeCommit message (Collapse)Author
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei
2017-05-27fixup!cam: use IPCHelperwwylele
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
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 camerawwylele
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-02-29Service/CAM: Add doxycomments to all service functionsYuri Kunde Schlesner
2016-02-13Service/CAM: Dummy implementation of some functionsYuri Kunde Schlesner
Thanks to @mailwl for the initial version of the stubs.
2016-02-02services: Get rid of unnecessary includesLioncash
2015-11-23Services/Cam: Added new log type and camera enums from 3dbrew.Subv
Followup to #1102 Original author @mailwl
2015-06-11Services: Continue separation of services into their own folderspurpasmart96