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