summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/config.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-29Input GUI: Add tab to remap controls (#1900)Anon1-1/+5
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot1-2/+2
2014-12-21License changepurpasmart961-1/+1
2014-11-19Merge Config::ReadXYZsarchshift1-9/+2
2014-11-03Add support for disabling log from settingsSean1-0/+3
2014-10-28Use configuration files to enable or disable the new dyncom interpreter.archshift1-1/+2
2014-10-23Use config files to store whether SDMC is enabled or notarchshift1-0/+3
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).
2014-10-08Added configuration file system.archshift1-0/+23
Uses QSettings on citra-qt, and inih on citra-cli.