| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | GPU: Implement frameskip and remove forced framebuffer swap hack. | 2014-12-28 | 1 | -0/+1 | |
| | | |||||
| * | GPU: Change internal framerate to 30fps. | 2014-12-26 | 1 | -1/+1 | |
| | | |||||
| * | License change | 2014-12-20 | 1 | -1/+1 | |
| | | |||||
| * | Add configurable per-class log filtering | 2014-12-13 | 1 | -1/+1 | |
| | | |||||
| * | Convert old logging calls to new logging macros | 2014-12-13 | 1 | -3/+3 | |
| | | |||||
| * | Merge Config::ReadXYZs | 2014-11-18 | 1 | -11/+6 | |
| | | |||||
| * | Merge pull request #159 from SeannyM/enable_log | 2014-11-15 | 1 | -0/+5 | |
| |\ | | | | | Add support for disabling log from settings | ||||
| | * | Add support for disabling log from settings | 2014-11-03 | 1 | -0/+5 | |
| | | | |||||
| * | | Added `gpu_refresh_rate` config setting for the new interpreter speed hack. | 2014-10-27 | 1 | -0/+1 | |
| | | | |||||
| * | | Use configuration files to enable or disable the new dyncom interpreter. | 2014-10-27 | 1 | -0/+6 | |
| |/ | |||||
| * | Use config files to store whether SDMC is enabled or not | 2014-10-22 | 1 | -0/+5 | |
| | | | | | 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. | 2014-10-07 | 1 | -0/+65 | |
| Uses QSettings on citra-qt, and inih on citra-cli. | |||||