summaryrefslogtreecommitdiff
path: root/src/core/settings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement Frame rate limiter (#2223)Gravatar emmauss2016-12-061-0/+1
| | | | | | * implement frame limiter * fixes
* Support additional screen layouts.Gravatar James Rowe2016-11-051-0/+7
| | | | | Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen.
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-1/+0
|
* configure_audio: User-configuratble option to enable/disable audio stretchingGravatar MerryMage2016-08-311-0/+1
|
* Audio: Add sink selection to configuration filesGravatar MerryMage2016-04-301-0/+5
|
* Config: Add scaled resolution optionGravatar tfarley2016-04-211-1/+1
|
* CitraQt: Apply config at startupGravatar Jannik Vogel2016-04-111-0/+14
|
* License changeGravatar purpasmart962014-12-201-1/+1
|
* Added configuration file system.Gravatar archshift2014-10-071-0/+11
Uses QSettings on citra-qt, and inih on citra-cli.