summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cam (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-1010-2015/+0
|
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-1/+1
|
* ResultVal: Remove MoveFrom()Yuri Kunde Schlesner2017-06-191-3/+3
| | | | | Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue.
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-0/+4
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* fixup!cam: use IPCHelperwwylele2017-05-272-30/+43
|
* cam: move u32->u8 trancation to IPCHelperwwylele2017-05-241-34/+33
|
* cam: use IPCHelperwwylele2017-05-241-278/+238
|
* Doxygen: Amend minor issues (#2593)Mat M2017-02-271-1/+1
| | | | | | | | | 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.
* CAM: implement basic camera functions with a blank camerawwylele2017-01-113-172/+1242
|
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-212-2/+2
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-212-3/+1
| | | | | | | 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-192-13/+43
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-186-155/+125
|
* 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: Add doxycomments to all service functionsYuri Kunde Schlesner2016-03-011-0/+217
|
* Service/CAM: Dummy implementation of some functionsYuri Kunde Schlesner2016-02-133-20/+346
| | | | Thanks to @mailwl for the initial version of the stubs.
* services: Get rid of unnecessary includesLioncash2016-02-026-14/+1
|
* services: Update some function tablesLioncash2015-12-301-0/+5
|
* Services/Cam: Added new log type and camera enums from 3dbrew.Subv2015-11-231-0/+156
| | | | | Followup to #1102 Original author @mailwl
* Add cam:u service function names to its function tablearchshift2015-09-031-3/+60
|
* Services: Continue separation of services into their own folderspurpasmart962015-06-1210-0/+223