summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* APT: load different shared font depending on the regionwwylele2017-09-031-0/+2
|
* Create a random console_unique_id (#2668)B3n302017-05-061-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Create a random console_id when config save_file is created Added button in system config to refresh the console unique id * Moved the connect for the button from .ui file to constructor of ConfigureSystem * Added warning and info dialog Fixup: Make use of qt5 style connects, renamed the refresh button, removed some duplicate code, changed random device and moved all to the generate function * Changed the random generator to reflect what a real 3DS stores as console unique id Fixup: Changed the warning message * Fixup: Set and Create * Fixup: Added console id label, therfore removed second message box * Fixup: fixed the endianess * Fixup: more endianness fixes * Fixup: Endianness the 3rd
* Config: auto-select region and languagewwylele2016-12-071-0/+7
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+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-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
| | | | This fixes a TODO left over from when we supported MSVC 2013.
* 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
Moved most of the shared CFG code there, implemented a few CFG:I functions