summaryrefslogtreecommitdiff
path: root/src/citra_qt/config.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* citra-qt: Move config dialog code to its own directoryGravatar Lioncash2017-04-031-318/+0
|
* Merge pull request #2512 from SonofUgly/custom-layoutGravatar bunnei2017-03-211-0/+18
|\ | | | | Add custom layout settings.
| * Add custom layout settings.Gravatar SonofUgly2017-02-231-0/+18
| |
* | InputCommon: add AnalogFromButtonGravatar wwylele2017-03-011-0/+27
| |
* | InputCommon: add KeyboardGravatar wwylele2017-03-011-19/+16
| |
* | Qt: Add (empty) status barGravatar Yuri Kunde Schlesner2017-02-261-0/+2
| |
* | Merge pull request #2368 from wwylele/camera-2Gravatar Yuri Kunde Schlesner2017-01-291-0/+32
|\ \ | |/ |/| CAM: build the service framework with a dummy implementation
| * CAM: implement basic camera functions with a blank cameraGravatar wwylele2017-01-111-0/+32
| |
* | SDL: Select audio device (#2403)Gravatar Kloen Lansfiel2017-01-251-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.Gravatar bunnei2017-01-071-3/+2
| |
* | Config: auto-select region and languageGravatar wwylele2016-12-071-1/+2
|/
* Implement Frame rate limiter (#2223)Gravatar emmauss2016-12-061-0/+2
| | | | | | * implement frame limiter * fixes
* GPU: Remove the broken frame_skip option.Gravatar Emmanuel Gil Peyrot2016-11-271-2/+0
| | | | Fixes #1960.
* Add default hotkey to swap primary screens.Gravatar James Rowe2016-11-051-1/+2
| | | | Also minor style changes
* Support additional screen layouts.Gravatar 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-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Gravatar 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.Gravatar Emmanuel Gil Peyrot2016-09-181-26/+32
|
* core: Add configuration option for CPU JIT.Gravatar bunnei2016-09-151-0/+2
|
* Merge pull request #2032 from bunnei/qt-graphicsGravatar bunnei2016-08-311-0/+2
|\ | | | | Qt graphics configure & V-Sync option
| * config: Add a setting for graphics V-Sync.Gravatar bunnei2016-08-291-0/+2
| |
* | configure_audio: User-configuratble option to enable/disable audio stretchingGravatar MerryMage2016-08-311-0/+2
|/
* citra: Default to HW renderer.Gravatar bunnei2016-08-151-1/+1
|
* Input GUI: Add tab to remap controls (#1900)Gravatar Anon2016-07-291-6/+3
|
* Merge pull request #1789 from wwylele/input-refactorGravatar bunnei2016-06-101-1/+7
|\ | | | | Refactor input mapping & implement circle pad modifier
| * implement circle pad modifierGravatar wwylele2016-05-151-0/+3
| |
| * Refactor input subsystemGravatar wwylele2016-05-151-1/+4
| |
* | New3DS: Minor style cleanup to #1520.Gravatar bunnei2016-05-241-2/+2
| |
* | Merge pull request #1520 from JamePeng/checknew3dsGravatar bunnei2016-05-241-2/+4
|\ \ | |/ |/| Implement CheckNew3DS and CheckNew3DSApp
| * Implement CheckNew3DS and CheckNew3DSAppGravatar JamePeng2016-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 codeGravatar LFsWang2016-03-311-1/+1
| |
| * Fix Qt chinese words encode problem on WindowsGravatar LFsWang2016-03-171-1/+1
| |
* | Audio: Add sink selection to configuration filesGravatar MerryMage2016-04-301-0/+8
| |
* | Config: Add scaled resolution optionGravatar tfarley2016-04-211-0/+2
| |
* | CitraQt: Apply config at startupGravatar Jannik Vogel2016-04-111-0/+1
| |
* | Add more stuff to configure.Gravatar LittleWhite2016-03-221-11/+11
| |
* | Whole config is handled by Config class.Gravatar LittleWhite2016-03-211-1/+79
|/ | | | This also means : we have only one config file, now
* Implement gdbstubGravatar polaris-2015-10-041-0/+10
|
* citra_qt: Reorganize headersGravatar Lioncash2015-09-111-3/+3
|
* Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.Gravatar bunnei2015-08-151-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 configurationGravatar Trung Do2015-07-281-1/+2
|
* Move input values into an arrayGravatar James Rowe2015-07-271-46/+16
|
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-281-1/+1
|
* Remove gpu_refresh_rate configuration optionGravatar Yuri Kunde Schlesner2015-05-291-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 toggleGravatar tfarley2015-05-221-0/+4
|
* Allow the user to set the background clear color during emulationGravatar archshift2015-04-031-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.Gravatar Emmanuel Gil Peyrot2015-02-221-12/+24
|
* Merge pull request #526 from purpasmart96/citra_stubsGravatar bunnei2015-02-101-0/+8
|\ | | | | Services: Stub some functions
| * Services: Stub some functionsGravatar purpasmart962015-02-071-0/+8
| |
* | arm: Adios armemuGravatar Lioncash2015-01-311-2/+0
|/