aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/settings.h
Commit message (Collapse)AuthorAge
* Add support for disabling log from settingsGravatar Sean2014-11-03
|
* 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.