aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra/config.cpp
Commit message (Collapse)AuthorAge
* Added `gpu_refresh_rate` config setting for the new interpreter speed hack.Gravatar archshift2014-10-27
|
* Use configuration files to enable or disable the new dyncom interpreter.Gravatar archshift2014-10-27
|
* Use config files to store whether SDMC is enabled or notGravatar archshift2014-10-22
| | | | 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.Gravatar archshift2014-10-07
Uses QSettings on citra-qt, and inih on citra-cli.