summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Archives: Changed the way paths are built for the archives.Subv2015-01-041-2/+2
| | | | Each archive now takes a mount point of either NAND or SDMC, and builds its own directory structure there, trying to simulate an HLE-friendly hardware layout
* CFG: Fixed some warnings and errors in ClangSubv2014-12-221-3/+3
|
* 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: Create a new subfolder cfg inside service to handle cfgSubv2014-12-211-0/+204
Moved most of the shared CFG code there, implemented a few CFG:I functions