Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hle: Remove a large amount of 3ds-specific service code. | bunnei | 2017-10-10 | 1 | -33/+0 |
| | |||||
* | Add all services to the Service namespace | Lioncash | 2016-12-11 | 1 | -9/+5 |
| | | | | | Previously there was a split where some of the services were in the Service namespace and others were not. | ||||
* | pm_app: Update function table | Lioncash | 2016-12-08 | 1 | -6/+9 |
| | | | | Updated based off information from 3dbrew. | ||||
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -12/+12 |
| | |||||
* | services: Get rid of unnecessary includes | Lioncash | 2016-02-02 | 1 | -1/+0 |
| | |||||
* | services: Update some function tables | Lioncash | 2015-12-30 | 1 | -0/+4 |
| | |||||
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 1 | -1/+0 |
| | | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft. | ||||
* | Service: Clean-up Interface | Yuri Kunde Schlesner | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | More services & small clean ups | purpasmart96 | 2014-12-26 | 1 | -3/+0 |
| | |||||
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Add more services and some fixes, along with more "override" | purpasmart96 | 2014-11-21 | 1 | -0/+35 |
in the service's headers |