summaryrefslogtreecommitdiffstats
path: root/src/core/settings.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-31removed the possibly uneeded cast on values.gdbstub_portnoah the goodra1-1/+1
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.bunnei1-1/+0
2016-12-23core: Move emu_window and key_map into coreMerryMage1-1/+1
* Removes circular dependences (common should not depend on core)
2016-12-06Implement Frame rate limiter (#2223)emmauss1-0/+1
* implement frame limiter * fixes
2016-11-05Support additional screen layouts.James Rowe1-0/+7
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 Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+0
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 Peyrot1-1/+0
2016-08-31configure_audio: User-configuratble option to enable/disable audio stretchingMerryMage1-0/+1
2016-04-30Audio: Add sink selection to configuration filesMerryMage1-0/+5
2016-04-21Config: Add scaled resolution optiontfarley1-1/+1
2016-04-11CitraQt: Apply config at startupJannik Vogel1-0/+14
2014-12-21License changepurpasmart961-1/+1
2014-10-08Added configuration file system.archshift1-0/+11
Uses QSettings on citra-qt, and inih on citra-cli.