summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-7/+8
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-7/+5
* Service::CFG/FS: add and refactor out utilities for front-endwwylele2016-07-031-0/+60
* Service::CFG: add SetConfigInfoBlk4wwylele2016-07-031-1/+29
* Service::CFG: add missing languagewwylele2016-07-021-1/+2
* Service::CFG: name sound output modeswwylele2016-07-021-0/+6
* remove duplicated function declarationwwylele2016-05-011-13/+0
* services: Get rid of unnecessary includesLioncash2016-02-021-2/+7
* Service/CFG: Use a constexpr function for country initializationEmmanuel Gil Peyrot2015-09-301-4/+3
* general: Silence some warnings when using clangLioncash2015-09-161-2/+2
* Fix narrowing conversion warningYuri Kunde Schlesner2015-09-141-1/+1
* Service/CFG: Move several private types from the header to the cppYuri Kunde Schlesner2015-09-141-53/+0
* Service/CFG: Clean up default block creationYuri Kunde Schlesner2015-09-141-1/+1
* CFG: Update the cfg service to be like other integrated servicespurpasmart962015-05-161-0/+164
* Services: Stubs and minor changespurpasmart962015-04-031-2/+2
* core: Fix a few docstringsLioncash2015-01-201-1/+1
* CFG: Fixed some warnings and errors in ClangSubv2014-12-221-1/+1
* CFG: Create a new subfolder cfg inside service to handle cfgSubv2014-12-211-0/+144