summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configuration_shared.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* common,qt-config: Remove usage of forward_listlat9nq2023-07-221-2/+3
* config_shared: Remove storing the group from tablat9nq2023-07-211-2/+1
* configuration: Clean up includes a bitlat9nq2023-07-211-22/+1
* configuration_shared: Remove old custom config setup functionslat9nq2023-07-211-75/+0
* configuration: Move CreateWidget to a classlat9nq2023-07-211-386/+0
* configuration: Implement sliderlat9nq2023-07-211-44/+159
* configuration: Use buttons instead of highlightslat9nq2023-07-211-69/+108
* configure_graphics: More complete reimplementationlat9nq2023-07-211-30/+77
* configuration_shared: Fix blank state hiding check boxlat9nq2023-07-211-2/+1
* shared_translation: Finish using int idslat9nq2023-07-211-3/+3
* configure_graphics: Partial runtime implementationlat9nq2023-07-211-15/+57
* settings: Recategorize a bitlat9nq2023-07-211-1/+7
* configure_graphics_advance: Generate UI at runtimelat9nq2023-07-211-0/+153
* configuration: Add base class to tabslat9nq2023-07-211-2/+8
* configuration_shared: Create Tab base classlat9nq2023-07-211-0/+9
* settings: Add a registry of settingslat9nq2023-07-211-19/+0
* yuzu: Fix language comobox crashgerman772023-01-221-0/+10
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* settings: Consolidate RangedSetting's with regular oneslat9nq2022-06-301-3/+3
* yuzu: Reduce unused includesameerj2022-03-201-1/+0
* general: Implement FullscreenMode enumerationlat9nq2021-07-231-14/+0
* configuration_shared: Drop unused function and template anotherlat9nq2021-05-191-43/+0
* configuration: Add CPU tab to game propertieslat9nq2021-05-161-0/+7
* configuration: Simplify applying per-game settingslat9nq2021-05-161-15/+27
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* configuration_shared: Simplify name lookup in highlighting functionsLioncash2020-08-141-33/+27
* configuration_shared: Remove unused functionslat9nq2020-07-191-16/+0
* configuration_shared: Make CheckState strongly typedlat9nq2020-07-191-20/+20
* configuration_shared: Break up tracker structs to respective classeslat9nq2020-07-191-4/+0
* clang-formatlat9nq2020-07-191-2/+2
* configuration_shared: Add default combobox setup functionlat9nq2020-07-191-7/+35
* configuration_shared: Use an int instead of a QStringlat9nq2020-07-191-2/+2
* configuration_shared: Switch back to background colorslat9nq2020-07-191-2/+2
* configuration_shared: Better use global textlat9nq2020-07-191-0/+6
* configuration_shared: Require name of the widget for highlightinglat9nq2020-07-191-12/+20
* configuration_shared: Use a highlight instead of background colorlat9nq2020-07-191-5/+5
* configuration_shared: Initial functions and data for manual tristatelat9nq2020-07-191-0/+42
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-0/+76