summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldr_ro (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen: Amend minor issues (#2593)Mat M2017-02-271-2/+2
| | | | | | | | | Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
* 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-116-45/+36
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* Fix typosRicardo de Almeida Gonzaga2016-10-201-1/+1
|
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-213-3/+3
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-215-10/+3
| | | | | | | 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-193-32/+38
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-184-334/+399
|
* LDR: Implement CROwwylele2016-08-276-0/+3029