summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/config.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* citra-qt: Move config dialog code to its own directoryLioncash2017-04-041-318/+0
* Merge pull request #2512 from SonofUgly/custom-layoutbunnei2017-03-221-0/+18
|\
| * Add custom layout settings.SonofUgly2017-02-231-0/+18
* | InputCommon: add AnalogFromButtonwwylele2017-03-011-0/+27
* | InputCommon: add Keyboardwwylele2017-03-011-19/+16
* | Qt: Add (empty) status barYuri Kunde Schlesner2017-02-271-0/+2
* | Merge pull request #2368 from wwylele/camera-2Yuri Kunde Schlesner2017-01-301-0/+32
|\ \ | |/ |/|
| * CAM: implement basic camera functions with a blank camerawwylele2017-01-111-0/+32
* | SDL: Select audio device (#2403)Kloen Lansfiel2017-01-261-0/+3
* | config: Add option for specifying screen resolution scale factor.bunnei2017-01-071-3/+2
* | Config: auto-select region and languagewwylele2016-12-071-1/+2
|/
* Implement Frame rate limiter (#2223)emmauss2016-12-061-0/+2
* GPU: Remove the broken frame_skip option.Emmanuel Gil Peyrot2016-11-271-2/+0
* Add default hotkey to swap primary screens.James Rowe2016-11-051-1/+2
* Support additional screen layouts.James Rowe2016-11-051-0/+10
* 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/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-26/+32
* core: Add configuration option for CPU JIT.bunnei2016-09-151-0/+2
* Merge pull request #2032 from bunnei/qt-graphicsbunnei2016-09-011-0/+2
|\
| * config: Add a setting for graphics V-Sync.bunnei2016-08-301-0/+2
* | configure_audio: User-configuratble option to enable/disable audio stretchingMerryMage2016-08-311-0/+2
|/
* citra: Default to HW renderer.bunnei2016-08-161-1/+1
* Input GUI: Add tab to remap controls (#1900)Anon2016-07-291-6/+3
* Merge pull request #1789 from wwylele/input-refactorbunnei2016-06-111-1/+7
|\
| * implement circle pad modifierwwylele2016-05-151-0/+3
| * Refactor input subsystemwwylele2016-05-151-1/+4
* | New3DS: Minor style cleanup to #1520.bunnei2016-05-241-2/+2
* | Merge pull request #1520 from JamePeng/checknew3dsbunnei2016-05-241-2/+4
|\ \ | |/ |/|
| * Implement CheckNew3DS and CheckNew3DSAppJamePeng2016-04-201-2/+4
| * remove debug codeLFsWang2016-03-311-1/+1
| * Fix Qt chinese words encode problem on WindowsLFsWang2016-03-171-1/+1
* | Audio: Add sink selection to configuration filesMerryMage2016-04-301-0/+8
* | Config: Add scaled resolution optiontfarley2016-04-211-0/+2
* | CitraQt: Apply config at startupJannik Vogel2016-04-111-0/+1
* | Add more stuff to configure.LittleWhite2016-03-221-11/+11
* | Whole config is handled by Config class.LittleWhite2016-03-211-1/+79
|/
* Implement gdbstubpolaris-2015-10-041-0/+10
* citra_qt: Reorganize headersLioncash2015-09-111-3/+3
* Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei2015-08-161-0/+2
* Settings: Fix saving wrong values for input configurationTrung Do2015-07-281-1/+2
* Move input values into an arrayJames Rowe2015-07-281-46/+16
* CitraQt: Cleanup includes.Emmanuel Gil Peyrot2015-06-281-1/+1
* Remove gpu_refresh_rate configuration optionYuri Kunde Schlesner2015-05-301-2/+0
* INI hw/sw renderer toggletfarley2015-05-221-0/+4
* Allow the user to set the background clear color during emulationarchshift2015-04-041-0/+13
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot2015-02-221-12/+24
* Merge pull request #526 from purpasmart96/citra_stubsbunnei2015-02-111-0/+8
|\
| * Services: Stub some functionspurpasmart962015-02-081-0/+8
* | arm: Adios armemuLioncash2015-02-011-2/+0
|/
* GPU: Implement frameskip and remove forced framebuffer swap hack.bunnei2014-12-291-0/+2
* GPU: Change internal framerate to 30fps.bunnei2014-12-271-1/+1
* License changepurpasmart962014-12-211-1/+1
* Add configurable per-class log filteringYuri Kunde Schlesner2014-12-131-2/+2
* Merge Config::ReadXYZsarchshift2014-11-191-35/+17
* Merge pull request #159 from SeannyM/enable_logTony Wasserka2014-11-151-0/+14
|\
| * Add support for disabling log from settingsSean2014-11-031-0/+14
* | Added `gpu_refresh_rate` config setting for the new interpreter speed hack.archshift2014-10-281-0/+2
* | Use configuration files to enable or disable the new dyncom interpreter.archshift2014-10-281-0/+15
|/
* Use config files to store whether SDMC is enabled or notarchshift2014-10-231-0/+14
* Added configuration file system.archshift2014-10-081-0/+79