aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/config.h
Commit message (Collapse)AuthorAge
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* License changeGravatar purpasmart962014-12-20
|
* Merge Config::ReadXYZsGravatar archshift2014-11-18
|
* Merge pull request #159 from SeannyM/enable_logGravatar Tony Wasserka2014-11-15
|\ | | | | Add support for disabling log from settings
| * Add support for disabling log from settingsGravatar Sean2014-11-03
| |
* | 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.