aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/cfg
Commit message (Collapse)AuthorAge
* Merge pull request #376 from Subv/arc_reorderGravatar bunnei2015-01-06
|\ | | | | Archives: Change the folder layout of some archives.
* | Services: Clean up a few things and add a few function namesGravatar purpasmart962015-01-05
| |
| * Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-03
|/ | | | 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
* More services & small clean upsGravatar purpasmart962014-12-25
|
* CFG: Fixed some warnings and errors in ClangGravatar Subv2014-12-21
|
* CFG: More style changesGravatar Subv2014-12-21
|
* CFGU: IndentationGravatar Subv2014-12-21
|
* CFG: Some indentationGravatar Subv2014-12-21
|
* CFG: Changed the CreateConfigInfoBlk search loopGravatar Subv2014-12-21
|
* CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cppGravatar Subv2014-12-21
|
* CFG: Create a new subfolder cfg inside service to handle cfgGravatar Subv2014-12-21
Moved most of the shared CFG code there, implemented a few CFG:I functions