Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Citra: Fix the includes a bit, thanks to include-what-you-use. | Emmanuel Gil Peyrot | 2015-06-28 | 1 | -4/+2 |
| | |||||
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Merge Config::ReadXYZs | archshift | 2014-11-19 | 1 | -4/+1 |
| | |||||
* | Merge pull request #159 from SeannyM/enable_log | Tony Wasserka | 2014-11-15 | 1 | -0/+1 |
|\ | | | | | Add support for disabling log from settings | ||||
| * | Add support for disabling log from settings | Sean | 2014-11-03 | 1 | -0/+1 |
| | | |||||
* | | Use configuration files to enable or disable the new dyncom interpreter. | archshift | 2014-10-28 | 1 | -0/+1 |
|/ | |||||
* | Use config files to store whether SDMC is enabled or not | archshift | 2014-10-23 | 1 | -0/+1 |
| | | | | 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/+24 |
Uses QSettings on citra-qt, and inih on citra-cli. |