aboutsummaryrefslogtreecommitdiff
path: root/src/core/settings.cpp
AgeCommit message (Collapse)Author
2017-03-01HID: use ButtonDevicewwylele
2017-01-31removed the possibly uneeded cast on values.gdbstub_portnoah the goodra
as far as i could tell this cast is unneeded because [GDBStub::SetServerPort](https://github.com/citra-emu/citra/blob/master/src/core/gdbstub/gdbstub.cpp#L897) takes a u16 and [values.gdbstub_port](https://github.com/citra-emu/citra/blob/master/src/core/settings.h#L116) is already a u16
2017-01-07config: Add option for specifying screen resolution scale factor.bunnei
2016-12-23core: Move emu_window and key_map into coreMerryMage
* Removes circular dependences (common should not depend on core)
2016-12-06Implement Frame rate limiter (#2223)emmauss
* implement frame limiter * fixes
2016-11-05Support additional screen layouts.James Rowe
Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen.
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-31configure_audio: User-configuratble option to enable/disable audio stretchingMerryMage
2016-04-30Audio: Add sink selection to configuration filesMerryMage
2016-04-21Config: Add scaled resolution optiontfarley
2016-04-11CitraQt: Apply config at startupJannik Vogel
2014-12-20License changepurpasmart96
2014-10-07Added configuration file system.archshift
Uses QSettings on citra-qt, and inih on citra-cli.