summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/configure_graphics.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Consolidate core and system state, remove system module & cleanups.bunnei2016-12-221-1/+1
|
* core: Consolidate top-level system state into a singleton.bunnei2016-12-221-1/+1
|
* Implement Frame rate limiter (#2223)emmauss2016-12-061-0/+2
| | | | | | * implement frame limiter * fixes
* Add default hotkey to swap primary screens.James Rowe2016-11-051-1/+2
| | | | Also minor style changes
* Support additional screen layouts.James Rowe2016-11-051-0/+4
| | | | | Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen.
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+2
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-4/+2
|
* qt: Rename all "toogle" to "toggle".bunnei2016-09-011-9/+9
|
* qt: Add an option to settings for enabling V-Sync.bunnei2016-08-301-0/+4
|
* config: Add a setting for graphics V-Sync.bunnei2016-08-301-1/+2
|
* qt: Add a configuration tab for Graphics and move relevant fields.bunnei2016-08-301-0/+32