summaryrefslogtreecommitdiffstats
path: root/src/citra/config.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for disabling log from settingsSean2014-11-031-0/+5
|
* Use config files to store whether SDMC is enabled or notarchshift2014-10-231-0/+5
| | | | Before, it used to use whether the directory actually existed. As a result, .citra-emu/sdmc was never auto-created (something quite confusing to me until I read through the logs).
* Added configuration file system.archshift2014-10-081-0/+65
Uses QSettings on citra-qt, and inih on citra-cli.