summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/config.cpp (follow)
Commit message (Collapse)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.
| * 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: build the service framework with a dummy implementation
| * CAM: implement basic camera functions with a blank camerawwylele2017-01-111-0/+32
| |
* | SDL: Select audio device (#2403)Kloen Lansfiel2017-01-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial Commit Added Device logic to Sinks Started on UI for selecting devices Removed redundant import * Audio Core: Complete Device Switching Complete the device switching implementation by allowing the output device to be loaded, changed and saved through the configurations menu. Worked with the Sink abstraction and tuned the "Device Selection" configuration so that the Device List is automatically populated when the Sink is changed. This hopefully addresses the concerns and recommendations mentioned in the comments of the PR. * Clean original implementation. * Refactor GetSinkDetails
* | 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
| | | | | | * implement frame limiter * fixes
* GPU: Remove the broken frame_skip option.Emmanuel Gil Peyrot2016-11-271-2/+0
| | | | Fixes #1960.
* Add default hotkey to swap primary screens.James Rowe2016-11-051-1/+2
| | | | Also minor style changes
* Support additional screen layouts.James Rowe2016-11-051-0/+10
| | | | | 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/+1
| | | | | | | 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-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
|\ | | | | Qt graphics configure & V-Sync option
| * 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
|\ | | | | Refactor input mapping & implement circle pad modifier
| * 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 CheckNew3DSApp
| * Implement CheckNew3DS and CheckNew3DSAppJamePeng2016-04-201-2/+4
| | | | | | | | | | | | Append an item[is_new3ds] to config file[System] group Implement APT::SetNSStateField,it will update the unknown NS_state_field
| * 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
|/ | | | 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.