summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldr_ro/cro_helper.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei1-714/+0
2017-09-30Fixed type conversion ambiguityHuw Pascoe1-2/+4
2017-02-27Doxygen: Amend minor issues (#2593)Mat M1-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.
2016-12-11Add all services to the Service namespaceLioncash1-5/+4
Previously there was a split where some of the services were in the Service namespace and others were not.
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+0
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-6/+3
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-59/+86
2016-08-27LDR: Implement CROwwylele1-0/+691