summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-7/+8
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-7/+5
2016-07-03Service::CFG/FS: add and refactor out utilities for front-endwwylele1-0/+60
2016-07-03Service::CFG: add SetConfigInfoBlk4wwylele1-1/+29
2016-07-02Service::CFG: add missing languagewwylele1-1/+2
2016-07-02Service::CFG: name sound output modeswwylele1-0/+6
2016-05-01remove duplicated function declarationwwylele1-13/+0
2016-02-02services: Get rid of unnecessary includesLioncash1-2/+7
2015-09-30Service/CFG: Use a constexpr function for country initializationEmmanuel Gil Peyrot1-4/+3
2015-09-16general: Silence some warnings when using clangLioncash1-2/+2
2015-09-14Fix narrowing conversion warningYuri Kunde Schlesner1-1/+1
2015-09-14Service/CFG: Move several private types from the header to the cppYuri Kunde Schlesner1-53/+0
2015-09-14Service/CFG: Clean up default block creationYuri Kunde Schlesner1-1/+1
2015-05-16CFG: Update the cfg service to be like other integrated servicespurpasmart961-0/+164
2015-04-03Services: Stubs and minor changespurpasmart961-2/+2
2015-01-20core: Fix a few docstringsLioncash1-1/+1
2014-12-22CFG: Fixed some warnings and errors in ClangSubv1-1/+1
2014-12-21CFG: Create a new subfolder cfg inside service to handle cfgSubv1-0/+144