summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg (follow)
Commit message (Expand)AuthorAgeFilesLines
* HLE/FS: Corrected some style concerns.Subv2016-03-201-0/+1
* HLE/FS: Fixed creating the config savefile when it doesn't exist.Subv2016-03-201-1/+1
* HLE/FS: Implemented GetFormatInfoSubv2016-03-201-1/+1
* Service/CFG: Fix potential endianess issueYuri Kunde Schlesner2016-03-011-2/+3
* Service/CFG: Add block 0x000A0000 (username) to default config fileYuri Kunde Schlesner2016-03-011-1/+14
* BitField: Make trivially copyable and remove assignment operatorMerryMage2016-02-121-3/+3
* services: Get rid of unnecessary includesLioncash2016-02-025-5/+8
* Service/CFG: Use a constexpr function for country initializationEmmanuel Gil Peyrot2015-09-301-4/+3
* fix some xcode 7.0 warningsMartin Lindhe2015-09-291-1/+1
* general: Silence some warnings when using clangLioncash2015-09-162-4/+4
* Service/CFG: Add default entry for block 0x000A0001 (birthday)Yuri Kunde Schlesner2015-09-141-0/+6
* Service/CFG: Correct flags in 2 default blocksYuri Kunde Schlesner2015-09-141-2/+2
* Service/CFG: Add additional blocks to default save dataYuri Kunde Schlesner2015-09-141-0/+34
* 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-142-63/+49
* Service/CFG: Clean up default block creationYuri Kunde Schlesner2015-09-142-27/+17
* Services/CFG: Added some missing functions to cfg:sSubv2015-07-211-1/+3
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-2/+2
* CFG: Update the cfg service to be like other integrated servicespurpasmart962015-05-165-337/+304
* Common: Remove common.hYuri Kunde Schlesner2015-05-072-0/+3
* FileSys: De-inline Path membersYuri Kunde Schlesner2015-05-071-0/+2
* FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner2015-05-071-2/+3
* Services: Initialize all state variables at bootup.bunnei2015-05-021-1/+1
* Services/Loader: Use more sensible log formats for certain functionspurpasmart962015-04-281-2/+2
* Services: Stubs and minor changespurpasmart962015-04-032-4/+4
* Merge pull request #589 from kevinhartman/config-errorsbunnei2015-03-091-5/+10
|\
| * Fix error message for bad config block request.Kevin Hartman2015-02-211-5/+10
* | Services: Moved the PTM and APT services to their own folderSubv2015-03-047-50/+43
* | Archives: Properly implemented the SystemSaveData archive.Subv2015-02-261-26/+38
|/
* Build: Fixed some warningsSubv2015-02-121-1/+1
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-114-6/+2
* Merge pull request #526 from purpasmart96/citra_stubsbunnei2015-02-111-3/+63
|\
| * Services: Stub some functionspurpasmart962015-02-081-3/+63
* | Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-023-3/+3
|/
* core: Fix a few docstringsLioncash2015-01-201-1/+1
* Services: Added some missing services.Subv2015-01-132-0/+121
* Merge pull request #376 from Subv/arc_reorderbunnei2015-01-071-2/+2
|\
| * Archives: Changed the way paths are built for the archives.Subv2015-01-041-2/+2
* | Services: Clean up a few things and add a few function namespurpasmart962015-01-061-3/+3
|/
* More services & small clean upspurpasmart962014-12-264-49/+36
* CFG: Fixed some warnings and errors in ClangSubv2014-12-222-4/+4
* CFG: More style changesSubv2014-12-221-5/+5
* CFGU: IndentationSubv2014-12-211-4/+3
* CFG: Some indentationSubv2014-12-211-11/+13
* CFG: Changed the CreateConfigInfoBlk search loopSubv2014-12-211-7/+4
* CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cppSubv2014-12-212-2/+2
* CFG: Create a new subfolder cfg inside service to handle cfgSubv2014-12-216-0/+709