summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/config.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added `gpu_refresh_rate` config setting for the new interpreter speed hack.archshift2014-10-281-0/+2
|
* Use configuration files to enable or disable the new dyncom interpreter.archshift2014-10-281-0/+15
|
* Use config files to store whether SDMC is enabled or notarchshift2014-10-231-0/+14
| | | | 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/+79
Uses QSettings on citra-qt, and inih on citra-cli.