summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-13Remove lots more 3DS-specific code.bunnei1-716/+0
2017-09-30Fixed type conversion ambiguityHuw Pascoe1-1/+1
2017-09-03APT: load different shared font depending on the regionwwylele1-1/+1
2017-08-08Update cryptoppJames1-1/+1
2017-06-19ResultVal: Remove MoveFrom()Yuri Kunde Schlesner1-2/+2
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner1-0/+3
2017-05-25FileSys: Move all result description to errors.hYuri Kunde Schlesner1-3/+3
2017-05-25result: Make error description a generic integerYuri Kunde Schlesner1-2/+3
2017-05-06Create a random console_unique_id (#2668)B3n301-5/+50
2017-03-12cfg: implement GenHashConsoleUniquewwylele1-7/+24
2017-01-19CFG: override language setting on bootwwylele1-36/+38
2017-01-04Fix some warnings (#2399)Jonathan Hao1-1/+0
2016-12-09service: Add cfg:nor serviceLioncash1-0/+2
2016-12-09service: Drop '_Interface' from cfg service namesLioncash1-3/+3
2016-12-07Config: auto-select region and languagewwylele1-2/+55
2016-11-19PTM & CFG: use the correct path and error code according to the new FileSys policywwylele1-4/+5
2016-11-17cfg: add config block 0x00090000wwylele1-2/+8
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-6/+7
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-77/+114
2016-07-03Service::CFG/FS: add and refactor out utilities for front-endwwylele1-7/+64
2016-07-03Service::CFG: move known block ID to an enumwwylele1-11/+25
2016-07-03Service::CFG: add SetConfigInfoBlk4wwylele1-4/+41
2016-07-02Service::CFG: name sound output modeswwylele1-2/+1
2016-05-21CFG: Remove use of Memory::GetPointerMerryMage1-6/+10
2016-05-03clean up config blockwwylele1-29/+13
2016-04-29add config block 0x00170000wwylele1-0/+4
2016-03-20HLE/FS: Corrected some style concerns.Subv1-0/+1
2016-03-20HLE/FS: Fixed creating the config savefile when it doesn't exist.Subv1-1/+1
2016-03-20HLE/FS: Implemented GetFormatInfoSubv1-1/+1
2016-03-01Service/CFG: Fix potential endianess issueYuri Kunde Schlesner1-2/+3
2016-03-01Service/CFG: Add block 0x000A0000 (username) to default config fileYuri Kunde Schlesner1-1/+14
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage1-3/+3
2016-02-02services: Get rid of unnecessary includesLioncash1-0/+1
2015-09-29fix some xcode 7.0 warningsMartin Lindhe1-1/+1
2015-09-16general: Silence some warnings when using clangLioncash1-2/+2
2015-09-14Service/CFG: Add default entry for block 0x000A0001 (birthday)Yuri Kunde Schlesner1-0/+6
2015-09-14Service/CFG: Correct flags in 2 default blocksYuri Kunde Schlesner1-2/+2
2015-09-14Service/CFG: Add additional blocks to default save dataYuri Kunde Schlesner1-0/+34
2015-09-14Service/CFG: Move several private types from the header to the cppYuri Kunde Schlesner1-10/+49
2015-09-14Service/CFG: Clean up default block creationYuri Kunde Schlesner1-26/+16
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-2/+2
2015-05-16CFG: Update the cfg service to be like other integrated servicespurpasmart961-1/+138
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-0/+1
2015-05-07FileSys: De-inline Path membersYuri Kunde Schlesner1-0/+2
2015-05-07FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner1-2/+3
2015-05-02Services: Initialize all state variables at bootup.bunnei1-1/+1
2015-04-28Services/Loader: Use more sensible log formats for certain functionspurpasmart961-2/+2
2015-04-03Services: Stubs and minor changespurpasmart961-2/+2
2015-03-04Services: Moved the PTM and APT services to their own folderSubv1-2/+10
2015-02-26Archives: Properly implemented the SystemSaveData archive.Subv1-26/+38
2015-02-21Fix error message for bad config block request.Kevin Hartman1-5/+10
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-2/+1
2015-01-04Archives: Changed the way paths are built for the archives.Subv1-2/+2
2014-12-22CFG: Fixed some warnings and errors in ClangSubv1-3/+3
2014-12-22CFG: More style changesSubv1-5/+5
2014-12-21CFGU: IndentationSubv1-4/+3
2014-12-21CFG: Some indentationSubv1-11/+13
2014-12-21CFG: Changed the CreateConfigInfoBlk search loopSubv1-7/+4
2014-12-21CFG: Create a new subfolder cfg inside service to handle cfgSubv1-0/+204