summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/ui_settings.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-3/+2
|
* Add more stuff to configure.LittleWhite2016-03-221-9/+8
|
* Whole config is handled by Config class.LittleWhite2016-03-211-0/+32
| | | | This also means : we have only one config file, now
* Add Configure widgetLittleWhite2016-03-211-0/+16