aboutsummaryrefslogtreecommitdiff
path: root/src/citra/config.cpp
AgeCommit message (Collapse)Author
2014-10-22Use config files to store whether SDMC is enabled or notarchshift
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-07Added configuration file system.archshift
Uses QSettings on citra-qt, and inih on citra-cli.