Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Services: Continue separation of services into their own folders | purpasmart96 | 2015-06-12 | 1 | -62/+0 |
| | |||||
* | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 | 1 | -0/+2 |
| | |||||
* | Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList. | Subv | 2015-03-02 | 1 | -8/+45 |
| | | | | | They will always return 0 titles for every media type for now. This is needed to boot Home Menu further | ||||
* | 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 |
| | |||||
* | Services: Stubbed more services. | Subv | 2015-01-24 | 1 | -0/+24 |
Implemented FSUser::CreateExtSaveData |