| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hle: Remove a large amount of 3ds-specific service code. | 2017-10-10 | 8 | -287/+0 | |
| | | |||||
| * | ResultVal: Remove MoveFrom() | 2017-06-18 | 1 | -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.h | 2017-06-06 | 1 | -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 service | 2016-12-15 | 7 | -13/+79 | |
| | | |||||
| * | cecd_u: Update function table | 2016-12-08 | 1 | -1/+13 | |
| | | | | | Updated based off information from 3dbrew. | ||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 2 | -2/+2 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -2/+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-format | 2016-09-18 | 1 | -1/+1 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 4 | -13/+16 | |
| | | |||||
| * | cecd:u: stub GetCecStateAbbreviated (#1648) | 2016-04-08 | 3 | -0/+28 | |
| | | |||||
| * | cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle | 2016-03-31 | 3 | -3/+54 | |
| | | |||||
| * | services: Get rid of unnecessary includes | 2016-02-02 | 4 | -11/+0 | |
| | | |||||
| * | services: Update function tables | 2016-02-01 | 1 | -3/+4 | |
| | | |||||
| * | Services: Continue separation of services into their own folders | 2015-06-11 | 6 | -0/+135 | |