summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldr_ro/cro_helper.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-714/+0
|
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-2/+4
|
* 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.
* Add all services to the Service namespaceLioncash2016-12-111-5/+4
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
| | | | | | | 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-6/+3
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-59/+86
|
* LDR: Implement CROwwylele2016-08-271-0/+691