summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cam/cam.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-11CAM: implement basic camera functions with a blank camerawwylele1-102/+922
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-36/+39
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-02-13Service/CAM: Dummy implementation of some functionsYuri Kunde Schlesner1-1/+281
2016-02-02services: Get rid of unnecessary includesLioncash1-4/+0
2015-06-12Services: Continue separation of services into their own folderspurpasmart961-0/+35