summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_general.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: create linux group in general settingsflodavid2023-11-251-10/+36
* yuzu: integrate gamemode support on linuxxcfrg2023-11-251-0/+3
* qt/configuration: Use deleteLaterlat9nq2023-07-221-1/+1
* common,qt-config: Remove usage of forward_listlat9nq2023-07-221-4/+4
* configuration: Use a builder to create widgetslat9nq2023-07-211-8/+11
* common,yuzu-qt: GCC warning silenceslat9nq2023-07-211-2/+2
* configuration: Use IDs to sort holdslat9nq2023-07-211-3/+3
* configuration: Use a mapping of setting value to namelat9nq2023-07-211-4/+5
* configure_general: Hide reset button in custom configslat9nq2023-07-211-0/+4
* configure_general: Sort datalat9nq2023-07-211-1/+7
* configure_general: Generate UI using containerslat9nq2023-07-211-86/+19
* configuration: Move CreateWidget to a classlat9nq2023-07-211-31/+32
* configuration: Use buttons instead of highlightslat9nq2023-07-211-2/+2
* configuration: Add base class to tabslat9nq2023-07-211-2/+4
* yuzu: Fix clang formatgerman772023-06-271-2/+4
* Merge pull request #9663 from EBADBEEF/disable-controller-appletNarr the Reg2023-06-271-0/+4
|\
| * qt: add option to disable controller appletEBADBEEF2023-01-231-0/+4
* | settings: rename extended memory layout to unsafe, move from general to systemLiam2023-04-301-9/+0
* | yuzu: Move audio settings to audio sectiongerman772023-03-121-2/+0
|/
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* yuzu: settings: Remove framerate cap and merge unlocked framerate setting.bunnei2022-07-171-24/+0
* yuzu: Reduce unused includesameerj2022-03-201-3/+0
* settings: Add a new "use_extended_memory_layout" setting.bunnei2022-02-211-0/+9
* yuzu: Mute audio when in backgroundgerman772022-02-071-0/+2
* configure_general: Allow framerate cap to be used in custom game configsKewlan2021-11-211-0/+20
* configuration: Use std::make_unique instead of operator new for uiMorph2021-10-151-1/+1
* configuration: Add const qualifier where ablelat9nq2021-10-071-1/+1
* yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-3/+3
* Merge pull request #6696 from ameerj/speed-limit-renamebunnei2021-07-271-23/+23
|\
| * general: Rename "Frame Limit" references to "Speed Limit"ameerj2021-07-241-23/+23
* | config, nvflinger: Add FPS cap settingameerj2021-07-241-0/+4
|/
* yuzu qt: Make most UISettings a BasicSettinglat9nq2021-06-291-4/+4
* yuzu qt: Use lambda and std::function for reset callbacklat9nq2021-06-011-6/+7
* yuzu: Add settings reset button to general configurationlat9nq2021-06-011-4/+19
* configuration: Initial work to reset all settingsfearlessTobi2021-06-011-0/+14
* configuration: Add CPU tab to game propertieslat9nq2021-05-161-2/+2
* configuration: Simplify applying per-game settingslat9nq2021-05-161-6/+6
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* core/settings: Move configuring_global behind an APILioncash2020-11-041-4/+4
* configuration_shared: Simplify name lookup in highlighting functionsLioncash2020-08-141-3/+3
* configuration: Use forward declares and remove extraneous structslat9nq2020-07-191-12/+7
* clang-formatlat9nq2020-07-191-7/+6
* configuration_shared: Break up tracker structs to respective classeslat9nq2020-07-191-6/+6
* configuration_shared: Require name of the widget for highlightinglat9nq2020-07-191-2/+3
* configure_general: Implement manual tristate buttonslat9nq2020-07-191-17/+25
* configure_general: Explicitly guard use_multi_core when applying settingslat9nq2020-07-141-0/+2
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-14/+64
* General: Initial Setup for Single Core.Fernando Sahmkow2020-06-271-0/+6
* yuzu: Option to hide mouse on inactivityFearlessTobi2020-04-201-0/+2
* yuzu/configuration: create UI tab and move gamelist settings thereFearlessTobi2020-01-241-8/+0
* yuzu: Pause when in backgroundFearlessTobi2019-09-261-0/+2
* Add missing includeFearlessTobi2019-09-221-0/+1
* configure_debug: Move reporting option to loggingZach Hilman2019-09-221-0/+1
* yuzu/configure: move speed limiter to generalFearlessTobi2019-09-051-0/+9
* yuzu: Add support for multiple game directoriesfearlessTobi2019-09-041-5/+0
* yuzu/CMakeLists: Remove qt5_wrap_ui macro usageLioncash2019-08-091-1/+1
* yuzu: Remove CPU Jit setting from the UIfearlessTobi2019-07-041-5/+0
* yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash2019-06-061-0/+12
* yuzu/configuration: Make function naming consistentLioncash2019-06-051-3/+3
* yuzu/configuration/configure_general: Specify string conversions explicitlyLioncash2019-05-191-1/+2
* ui_settings: Rename game directory variablesFreddyFunk2019-04-111-2/+2
* Merge pull request #2132 from FearlessTobi/port-4437bunnei2019-04-101-4/+0
|\
| * yuzu: Make hotkeys configurable via the GUIAdityarup Laha2019-03-161-4/+0
* | core/yuzu: Remove enable_nfc settingfearlessTobi2019-03-291-2/+0
|/
* qt: Add setting to prompt for user on game bootZach Hilman2018-12-251-0/+2
* configure_input: Make None a controller option instead of checkboxZach Hilman2018-11-191-36/+0
* Merge pull request #1640 from DarkLordZach/game-list-reloadbunnei2018-11-191-0/+3
|\
| * game_list: Only reload game list after relevant settings changedZach Hilman2018-11-041-0/+3
* | Fixed switching operation modes when not running a gameDavid Marcec2018-11-161-0/+3
* | Renamed CheckIfOperationChanged to OnDockedModeChangedDavid Marcec2018-11-081-20/+22
* | FixupsDavid Marcec2018-11-071-11/+15
* | Ability to switch between docked and undocked mode in-gameDavid Marcec2018-11-071-1/+25
|/
* Added Amiibo support (#1390)David2018-10-241-0/+2
* ui_settings: Place definition of the theme array within the cpp fileLioncash2018-10-041-1/+1
* remove multicore in configure_general.cppMysticExile2018-09-101-3/+0
* qt/hotkey: Get rid of global hotkey map instanceLioncash2018-08-071-0/+4
* qt: Default destructors where applicableLioncash2018-08-061-1/+1
* Port #3911 from Citra: "Optimize settings application"fearlessTobi2018-07-291-1/+0
* core: Add a configuration setting for use_multi_core.bunnei2018-05-111-0/+3
* Add Dark theme, Icon themingN00byKing2018-03-301-0/+8
* config: Use simplified checkbox (from Citra) for CPU JIT.bunnei2018-03-271-4/+3
* config: Rename is_docked to use_docked_mode to be consistent with other config bools.bunnei2018-03-271-3/+3
* qt: Add config option for is_docked.bunnei2018-03-271-0/+3
* Removing unused settings and yuzu rebrandingJames Rowe2018-01-131-12/+0
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-131-2/+2
* Massive removal of unused modulesJames Rowe2018-01-131-0/+47