summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/config.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implement circle pad modifierwwylele2016-05-151-0/+3
|
* Refactor input subsystemwwylele2016-05-151-1/+4
|
* 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
| | | | This also means : we have only one config file, now
* 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
| | | | | - Config: Add an option for selecting to use shader JIT or interpreter. - Qt: Add a menu option for enabling/disabling the shader JIT.
* 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
| | | | | | | Changing it makes emulation inherently inaccurate. It also had a wrong default value (30, whereas the real system has a refresh rate of 60 Hz) which, even if changed, would continue to be used unless people manually removed it from their config files.
* INI hw/sw renderer toggletfarley2015-05-221-0/+4
|
* Allow the user to set the background clear color during emulationarchshift2015-04-041-0/+13
| | | | The background color can be seen at the sides of the bottom screen or when the window is wider than normal.
* 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 functions
| * 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 settings
| * 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
| | | | Before, it used to use whether the directory actually existed. As a result, .citra-emu/sdmc was never auto-created (something quite confusing to me until I read through the logs).
* Added configuration file system.archshift2014-10-081-0/+79
Uses QSettings on citra-qt, and inih on citra-cli.