summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/config.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: Unify config handling under frontend_commont8952023-11-211-179/+0
* Convert files to LF eolKelebek12023-11-041-1/+1
* yuzu: Fix restore shortcuts buttonNarr the Reg2023-10-221-1/+1
* general: Convert use_docked_mode to an enumerationlat9nq2023-08-221-1/+2
* config: Read the Network categorylat9nq2023-07-221-0/+1
* config: Remove unused functionslat9nq2023-07-211-47/+0
* settings,general: Rename non-confirming enumslat9nq2023-07-211-3/+3
* config: Don't merge the mapslat9nq2023-07-211-2/+0
* settings: Add a registry of settingslat9nq2023-07-211-4/+9
* settings,video_core: Consolidate ASTC decoding optionslat9nq2023-07-211-0/+1
* input_common: Redesign mouse panningBaptiste Marie2023-06-121-0/+2
* yuzu: add opengl shader backend info in status barxcfrg2023-06-041-0/+1
* Merge pull request #10352 from grimkor/add-context-menu-status-bar-settingsliamwhite2023-06-011-0/+6
|\
| * add context menu for filter and anti-aliasing status buttonsgrimkor2023-05-241-0/+6
* | textures: add BC1 and BC3 compressors and recompression settingLiam2023-05-231-0/+1
|/
* config: Custom profile detection fixesameerj2022-11-291-0/+2
* yuzu: Use a debugger to generate minidumpslat9nq2022-09-051-3/+1
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-251-0/+2
* yuzu: Hook qt camera to camera drivergerman772022-07-241-0/+2
* common/setting: Make ranged a property of the typemerry2022-07-151-8/+8
* settings: Consolidate RangedSetting's with regular oneslat9nq2022-06-301-4/+4
* yuzu: Add custom ringcon configurationgerman772022-04-161-0/+3
* yuzu: Add docked, GPU accuracy and adapting filter hotkeysgerman772022-02-071-1/+1
* Merge pull request #7716 from german77/volumebunnei2022-01-221-1/+1
|\
| * yuzu: Add volume up/down hotkeysgerman772022-01-161-1/+1
| * yuzu: Remove speed limit hotkeysgerman772022-01-151-1/+1
* | Use Default Colorful theme by default outside of Windowsv19932022-01-211-0/+8
|/
* Frontend: Add anti-aliasing method settingMarshall Mohror2021-11-161-0/+1
* Renderer: Implement Bicubic and ScaleForce filters.Fernando Sahmkow2021-11-161-0/+1
* Settings: Add resolution scaling to settings.Fernando Sahmkow2021-11-161-0/+1
* yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-1/+7
* settings: File selector & other settingsMonsterDruide12021-09-181-1/+1
* Merge pull request #6846 from ameerj/nvdec-gpu-decodeFernando S2021-09-111-0/+1
|\
| * configure_graphics: Add GPU nvdec decoding as an optionameerj2021-08-161-0/+1
* | configuration: add option to select network interfacespholz2021-08-121-1/+1
|/
* Merge branch 'master' into fullscreen-enumlat9nq2021-07-251-1/+2
|\
| * general: Add setting shader_backendlat9nq2021-07-231-1/+2
* | general: Implement FullscreenMode enumerationlat9nq2021-07-231-0/+1
|/
* general: Make most settings a BasicSettinglat9nq2021-06-281-14/+61
* configuration: Defer to common/settings for per-game settings defaultslat9nq2021-06-261-3/+3
* config: Add frame limiter toggle hotkeyameerj2021-06-171-1/+1
* yuzu qt: Revert some usages of string_viewlat9nq2021-06-031-2/+2
* yuzu qt: Handle per-game configs for title id 0lat9nq2021-05-261-2/+2
* general: Make CPU accuracy and related a Settings::Settinglat9nq2021-05-161-0/+1
* common: Move settings to common from core.bunnei2021-04-151-2/+2
* Add mouse panninggerman2021-02-081-1/+1
* config: Migrate config files into config/customMorph2020-11-161-1/+3
* input_profiles: Implement input profilesMorph2020-11-161-4/+16
* Include HID and configuration changes related to motiongerman2020-09-051-0/+1
* Address review comments and fix code compilationFearlessTobi2020-08-291-0/+2
* yuzu/configuration: Fix index out of bounds for default_analogsMorph2020-08-291-2/+1
* Project Mjölnir: Part 1Morph2020-08-261-2/+3
* configuration: Setup UI to config screenshot path and savinglat9nq2020-07-211-0/+2
* configuration: Add settings to enable/disable specific CPU optimizationsMerryMage2020-07-111-0/+2
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-1/+26
* Add a "Mute Audio" hotkeyKewlan2020-06-261-1/+1
* Add Restore Defaults and Clear options to hotkeysKewlan2020-04-241-0/+2
* settings: Add option to set BCAT backendZach Hilman2019-09-301-0/+2
* yuzu/configuration/config: Make default hotkeys an internally-linked array in the cpp fileLioncash2019-05-211-3/+0
* configuration/config: Move config loading and saving to functions based off groupsLioncash2019-05-091-0/+34
* yuzu: Make hotkeys configurable via the GUIAdityarup Laha2019-03-161-0/+3
* citra_qt: Settings (configuration) reworkzhupengfei2019-03-071-0/+5
* configure_input: Add ConfigureInputSimple as default input UI configZach Hilman2018-12-051-0/+1
* hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman2018-11-191-0/+10
* yuzu/config: Add (de-)serialization for multiplayerZach Hilman2018-11-191-0/+4
* yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a raw pointerLioncash2018-10-241-1/+2
* yuzu/configuration/config: Reorganize member variable and function layoutLioncash2018-10-241-6/+7
* Massive removal of unused modulesJames Rowe2018-01-131-0/+30