summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cecd/cecd.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-66/+0
|
* ResultVal: Remove MoveFrom()Yuri Kunde Schlesner2017-06-191-4/+4
| | | | | 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/+3
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* Service/CECD: Add cecd:ndm servicemailwl2016-12-151-4/+6
|
* 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-4/+5
|
* cecd:u: stub GetCecStateAbbreviated (#1648)mailwl2016-04-081-0/+9
|
* cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandlemailwl2016-03-311-2/+27
|
* services: Get rid of unnecessary includesLioncash2016-02-021-4/+0
|
* Services: Continue separation of services into their own folderspurpasmart962015-06-121-0/+31