Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use config files to store whether SDMC is enabled or not | archshift | 2014-10-23 | 1 | -0/+2 |
| | | | | 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. | archshift | 2014-10-08 | 1 | -0/+29 |
Uses QSettings on citra-qt, and inih on citra-cli. |