summaryrefslogtreecommitdiffstats
path: root/src/core/settings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Core: Fix some out-of-style includesYuri Kunde Schlesner2017-05-281-1/+1
|
* ir: implement new 3ds HID via ir:rstwwylele2017-05-041-1/+1
|
* ir: implement circle pad prowwylele2017-05-031-0/+2
|
* HID: use ButtonDevicewwylele2017-03-011-0/+3
|
* removed the possibly uneeded cast on values.gdbstub_portnoah the goodra2017-01-311-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
* config: Add option for specifying screen resolution scale factor.bunnei2017-01-071-1/+0
|
* core: Move emu_window and key_map into coreMerryMage2016-12-231-1/+1
| | | | * Removes circular dependences (common should not depend on core)
* Implement Frame rate limiter (#2223)emmauss2016-12-061-0/+1
| | | | | | * implement frame limiter * fixes
* Support additional screen layouts.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-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.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.Emmanuel Gil Peyrot2016-09-181-1/+0
|
* configure_audio: User-configuratble option to enable/disable audio stretchingMerryMage2016-08-311-0/+1
|
* Audio: Add sink selection to configuration filesMerryMage2016-04-301-0/+5
|
* Config: Add scaled resolution optiontfarley2016-04-211-1/+1
|
* CitraQt: Apply config at startupJannik Vogel2016-04-111-0/+14
|
* License changepurpasmart962014-12-211-1/+1
|
* Added configuration file system.archshift2014-10-081-0/+11
Uses QSettings on citra-qt, and inih on citra-cli.