summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | service: am: Fix wrong interfaceGravatar Narr the Reg2023-08-023-3/+55
| |/ / /
* | | | vulkan_device: Fix subgroup_size_control detection on Vulkan 1.3Gravatar Ameer J2023-08-022-3/+3
| | | |
* | | | vulkan_device: Fix VK_EXT_subgroup_size_control detectionGravatar Ameer J2023-08-021-1/+1
|/ / /
* | | Merge pull request #11202 from abouvier/vulkan-configGravatar liamwhite2023-08-0215-45/+36
|\ \ \ | | | | | | | | vulkan: centralize config
| * | | vulkan: centralize configGravatar Alexandre Bouvier2023-08-0215-45/+36
| | | |
* | | | Merge pull request #10839 from lat9nq/pgc-plusGravatar liamwhite2023-08-0277-4835/+4629
|\ \ \ \ | | | | | | | | | | general: Reimplement per-game configurations
| * | | | config(qt): Fix name of network categoryGravatar lat9nq2023-08-021-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out the network interface is in the Services category. Can't wait get rid of this whole config. Addresses yuzu-emu/yuzu/issues/11205
| * | | | config(qt): Use qt_config directly to read configGravatar lat9nq2023-08-021-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ReadSetting with the default is a convenience function reading settings, not for use in an internal environment. It tries to manage the default value of a setting.
| * | | | shared_widget: Only save global settings as neededGravatar lat9nq2023-07-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes a potential but not reproduced issue where the custom config is being applied to the global config.
| * | | | config(qt): Write the UiGeneral categoryGravatar lat9nq2023-07-301-0/+1
| | | | |
| * | | | Merge branch 'pgc-plus' of github.com:lat9nq/yuzu into pgc-plusGravatar lat9nq2023-07-293-11/+29
| |\ \ \ \
| | * | | | (ui)settings: Add more runtime_modifiable settingsGravatar lat9nq2023-07-252-10/+28
| | | | | |
| | * | | | backend: Remove usage of explicit operator overloadGravatar lat9nq2023-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Causes a crash on MSVC from a race condition on application quit. Intended to address yuzu-emu/yuzu/issues/11137
| * | | | | config(qt): Fix generic read settingGravatar lat9nq2023-07-291-7/+11
| |/ / / / | | | | | | | | | | | | | | | Previously was not respecting whether the setting was default.
| * | | | settings: Correct Linkage member impl locationGravatar lat9nq2023-07-252-3/+3
| | | | |
| * | | | settings: Set GPU as default ASTC decoderGravatar lat9nq2023-07-241-1/+1
| | | | |
| * | | | shared_widget: Determine default request earlierGravatar lat9nq2023-07-231-19/+22
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug where a restore button could be created for an unmanaged widget.
| * | | | settings_common: Document specializationsGravatar lat9nq2023-07-231-9/+10
| | | | |
| * | | | shared_widget: Use QRegularExpressionGravatar lat9nq2023-07-221-3/+3
| | | | |
| * | | | config: Read the Network categoryGravatar lat9nq2023-07-222-0/+12
| | | | |
| * | | | configure_audio/cpu: Sort settingsGravatar lat9nq2023-07-222-3/+12
| | | | | | | | | | | | | | | | | | | | Was producing out of order settings as a result of the switch to vectors
| * | | | configure_dialog: Focus the button box on startGravatar lat9nq2023-07-211-0/+3
| | | | | | | | | | | | | | | | | | | | Without this, the Reset All Settings button would be selected by default
| * | | | qt/configuration: Use deleteLaterGravatar lat9nq2023-07-216-7/+7
| | | | |
| * | | | common,qt-config: Remove usage of forward_listGravatar lat9nq2023-07-2121-65/+64
| | | | |
| * | | | settings_common: Use a vector in category linkageGravatar lat9nq2023-07-212-2/+2
| | | | | | | | | | | | | | | | | | | | Improve storage requirements.
| * | | | settings: Remove sorting from logGravatar lat9nq2023-07-211-4/+0
| | | | | | | | | | | | | | | | | | | | Unecessary, and would run every time the settings are logged.
| * | | | configure_system: Use lambda template to group settingsGravatar lat9nq2023-07-211-1/+1
| | | | |
| * | | | config-android: Update memory layout member nameGravatar lat9nq2023-07-211-1/+1
| | | | |
| * | | | k_system_control: Always return some memory sizeGravatar lat9nq2023-07-211-0/+2
| | | | |
| * | | | common: Move global configuration state modifiers back to settingsGravatar lat9nq2023-07-215-13/+14
| | | | |
| * | | | settings_setting: Fix typoGravatar lat9nq2023-07-211-4/+4
| | | | |
| * | | | common,configure_system: Rename method to GetCategoryGravatar lat9nq2023-07-214-8/+8
| | | | | | | | | | | | | | | | | | | | Fixes essentially a shadowing issue.
| * | | | settings: CleanupGravatar lat9nq2023-07-213-32/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses review feedback Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
| * | | | shared_translation: Update memory layout mode stringsGravatar lat9nq2023-07-211-2/+7
| | | | |
| * | | | core,common: Give memory layout setting an enumGravatar lat9nq2023-07-214-9/+31
| | | | | | | | | | | | | | | | | | | | Allows for 6GB and 8GB layouts to be selected.
| * | | | settings: Require time zone setting value for stirngGravatar lat9nq2023-07-214-5/+7
| | | | |
| * | | | shared_translation: Add missing time zonesGravatar lat9nq2023-07-211-0/+3
| | | | |
| * | | | shared_translation: Add controller_applet_disabledGravatar lat9nq2023-07-211-0/+1
| | | | |
| * | | | shared_translation: Add barrier_feedback_loopsGravatar lat9nq2023-07-211-0/+2
| | | | |
| * | | | cmake: Reposition preprocessor switch commentGravatar toast29032023-07-211-1/+2
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
| * | | | configuration: Use enum indexGravatar lat9nq2023-07-216-26/+31
| | | | |
| * | | | settings: Give indices to enumsGravatar lat9nq2023-07-213-6/+36
| | | | |
| * | | | cmake: Use standard preprocessor on MSVCGravatar lat9nq2023-07-211-0/+1
| | | | |
| * | | | settings_common: Remove unncessary enum specGravatar lat9nq2023-07-211-2/+2
| | | | |
| * | | | shared_translation: Deobfuscate auto time zoneGravatar lat9nq2023-07-211-46/+52
| | | | |
| * | | | settings_enums: Remove castingGravatar lat9nq2023-07-211-55/+55
| | | | | | | | | | | | | | | | | | | | | | | | | Not sure how I missed this earlier, but these vectors can be constructed using the type of the enum.
| * | | | settings_setting: Silence shadowing warningsGravatar lat9nq2023-07-211-17/+18
| | | | |
| * | | | settings,configuration: Add a default suffixGravatar lat9nq2023-07-219-74/+93
| | | | |
| * | | | configuration: Use paired settingsGravatar lat9nq2023-07-212-12/+6
| | | | |
| * | | | settings: Define paired settingsGravatar lat9nq2023-07-214-21/+49
| | | | | | | | | | | | | | | | | | | | settings_common: Remove unused optional