| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hle: Remove a large amount of 3ds-specific service code. | 2017-10-10 | 6 | -435/+0 | |
| | | |||||
| * | stubbed frd::UnscrambleLocalFriendCode (#2827) | 2017-07-16 | 3 | -1/+57 | |
| | | |||||
| * | Service: Remove unnecessary includes from service.h | 2017-06-06 | 1 | -0/+5 | |
| | | | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file. | ||||
| * | Set client SDK version to Service APIs | 2016-11-30 | 3 | -1/+22 | |
| | | |||||
| * | FRD: fix GetMyFriendKey | 2016-10-25 | 1 | -1/+1 | |
| | | |||||
| * | 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 | 2 | -3/+2 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 3 | -62/+64 | |
| | | |||||
| * | Memory: Make ReadBlock and WriteBlock accept void pointers. | 2016-05-28 | 1 | -6/+4 | |
| | | |||||
| * | frd:u: Initial stub some functions | 2016-03-27 | 3 | -53/+233 | |
| | | |||||
| * | services: Get rid of unnecessary includes | 2016-02-02 | 4 | -11/+0 | |
| | | |||||
| * | services: Update some function tables | 2015-12-30 | 1 | -5/+38 | |
| | | |||||
| * | Add more frd:u unknown service commands from 3dbrew | 2015-07-19 | 1 | -1/+12 | |
| | | |||||
| * | Services: Continue separation of services into their own folders | 2015-06-11 | 6 | -0/+142 | |