summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldr_ro/ldr_ro.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-718/+0
|
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-0/+1
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* ldr_ro: use IPC helperwwylele2017-04-171-193/+138
|
* Core: Remove unnecessary include in thread.hYuri Kunde Schlesner2017-02-271-0/+1
|
* core: Replace "AppCore" nomenclature with just "CPU".bunnei2016-12-221-4/+4
|
* core: Consolidate core and system state, remove system module & cleanups.bunnei2016-12-221-4/+4
|
* Add all services to the Service namespaceLioncash2016-12-111-18/+14
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* 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.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-4/+10
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-93/+115
|
* LDR: Implement CROwwylele2016-08-271-0/+748