summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-2/+1
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* 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