summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cam/cam.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei1-686/+0
2017-05-27fixup!cam: use IPCHelperwwylele1-5/+8
2017-02-27Doxygen: Amend minor issues (#2593)Mat M1-1/+1
2017-01-11CAM: implement basic camera functions with a blank camerawwylele1-54/+304
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-12/+42
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-51/+18
2016-03-01Service/CAM: Add doxycomments to all service functionsYuri Kunde Schlesner1-0/+217
2016-02-13Service/CAM: Dummy implementation of some functionsYuri Kunde Schlesner1-0/+45
2016-02-02services: Get rid of unnecessary includesLioncash1-2/+1
2015-11-23Services/Cam: Added new log type and camera enums from 3dbrew.Subv1-0/+156
2015-06-12Services: Continue separation of services into their own folderspurpasmart961-9/+7
2015-03-04Services: Moved the PTM and APT services to their own folderSubv1-7/+6
2015-01-21Stubbed ptm:play servicearchshift1-5/+5
2015-01-13Services: Added some missing services.Subv1-4/+4
2014-12-26More services & small clean upspurpasmart961-7/+3
2014-12-21License changepurpasmart961-1/+1
2014-12-16Added stub for cecd:u service...archshift1-3/+3
2014-12-16Added stub for ldr:ro service...archshift1-3/+3
2014-12-16Added am:app service stub.archshift1-5/+5
2014-11-21Add more services and some fixes, along with more "override"purpasmart961-9/+3
2014-10-29Renamed souce files of services to match port namesGareth Poole1-0/+0
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-1/+1
2014-08-18Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash1-1/+1
2014-05-30hle: added stubbed service for ndm_ubunnei1-4/+5
2014-05-19- updated service(s) to be KernelObject'sbunnei1-1/+1
2014-04-28removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei1-3/+0
2014-04-17updated service commentsbunnei1-1/+2
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-13/+8
2014-04-16restructured hle:services completely to use function lookup tablesbunnei1-0/+39