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