| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | service: am: Fix wrong interface | 2023-08-02 | 3 | -3/+55 | ||
| | |/ / / | ||||||
| * | | | | vulkan_device: Fix subgroup_size_control detection on Vulkan 1.3 | 2023-08-02 | 2 | -3/+3 | ||
| | | | | | ||||||
| * | | | | vulkan_device: Fix VK_EXT_subgroup_size_control detection | 2023-08-02 | 1 | -1/+1 | ||
| |/ / / | ||||||
| * | | | Merge pull request #11202 from abouvier/vulkan-config | 2023-08-02 | 15 | -45/+36 | ||
| |\ \ \ | | | | | | | | | vulkan: centralize config | |||||
| | * | | | vulkan: centralize config | 2023-08-02 | 15 | -45/+36 | ||
| | | | | | ||||||
| * | | | | Merge pull request #10839 from lat9nq/pgc-plus | 2023-08-02 | 77 | -4835/+4629 | ||
| |\ \ \ \ | | | | | | | | | | | general: Reimplement per-game configurations | |||||
| | * | | | | config(qt): Fix name of network category | 2023-08-02 | 1 | -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 config | 2023-08-02 | 1 | -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 needed | 2023-07-30 | 1 | -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 category | 2023-07-30 | 1 | -0/+1 | ||
| | | | | | | ||||||
| | * | | | | Merge branch 'pgc-plus' of github.com:lat9nq/yuzu into pgc-plus | 2023-07-29 | 3 | -11/+29 | ||
| | |\ \ \ \ | ||||||
| | | * | | | | (ui)settings: Add more runtime_modifiable settings | 2023-07-25 | 2 | -10/+28 | ||
| | | | | | | | ||||||
| | | * | | | | backend: Remove usage of explicit operator overload | 2023-07-25 | 1 | -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 setting | 2023-07-29 | 1 | -7/+11 | ||
| | |/ / / / | | | | | | | | | | | | | | | | Previously was not respecting whether the setting was default. | |||||
| | * | | | | settings: Correct Linkage member impl location | 2023-07-25 | 2 | -3/+3 | ||
| | | | | | | ||||||
| | * | | | | settings: Set GPU as default ASTC decoder | 2023-07-24 | 1 | -1/+1 | ||
| | | | | | | ||||||
| | * | | | | shared_widget: Determine default request earlier | 2023-07-23 | 1 | -19/+22 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug where a restore button could be created for an unmanaged widget. | |||||
| | * | | | | settings_common: Document specializations | 2023-07-23 | 1 | -9/+10 | ||
| | | | | | | ||||||
| | * | | | | shared_widget: Use QRegularExpression | 2023-07-22 | 1 | -3/+3 | ||
| | | | | | | ||||||
| | * | | | | config: Read the Network category | 2023-07-22 | 2 | -0/+12 | ||
| | | | | | | ||||||
| | * | | | | configure_audio/cpu: Sort settings | 2023-07-22 | 2 | -3/+12 | ||
| | | | | | | | | | | | | | | | | | | | | | Was producing out of order settings as a result of the switch to vectors | |||||
| | * | | | | configure_dialog: Focus the button box on start | 2023-07-21 | 1 | -0/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | Without this, the Reset All Settings button would be selected by default | |||||
| | * | | | | qt/configuration: Use deleteLater | 2023-07-21 | 6 | -7/+7 | ||
| | | | | | | ||||||
| | * | | | | common,qt-config: Remove usage of forward_list | 2023-07-21 | 21 | -65/+64 | ||
| | | | | | | ||||||
| | * | | | | settings_common: Use a vector in category linkage | 2023-07-21 | 2 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | Improve storage requirements. | |||||
| | * | | | | settings: Remove sorting from log | 2023-07-21 | 1 | -4/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | Unecessary, and would run every time the settings are logged. | |||||
| | * | | | | configure_system: Use lambda template to group settings | 2023-07-21 | 1 | -1/+1 | ||
| | | | | | | ||||||
| | * | | | | config-android: Update memory layout member name | 2023-07-21 | 1 | -1/+1 | ||
| | | | | | | ||||||
| | * | | | | k_system_control: Always return some memory size | 2023-07-21 | 1 | -0/+2 | ||
| | | | | | | ||||||
| | * | | | | common: Move global configuration state modifiers back to settings | 2023-07-21 | 5 | -13/+14 | ||
| | | | | | | ||||||
| | * | | | | settings_setting: Fix typo | 2023-07-21 | 1 | -4/+4 | ||
| | | | | | | ||||||
| | * | | | | common,configure_system: Rename method to GetCategory | 2023-07-21 | 4 | -8/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | Fixes essentially a shadowing issue. | |||||
| | * | | | | settings: Cleanup | 2023-07-21 | 3 | -32/+51 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses review feedback Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||||
| | * | | | | shared_translation: Update memory layout mode strings | 2023-07-21 | 1 | -2/+7 | ||
| | | | | | | ||||||
| | * | | | | core,common: Give memory layout setting an enum | 2023-07-21 | 4 | -9/+31 | ||
| | | | | | | | | | | | | | | | | | | | | | Allows for 6GB and 8GB layouts to be selected. | |||||
| | * | | | | settings: Require time zone setting value for stirng | 2023-07-21 | 4 | -5/+7 | ||
| | | | | | | ||||||
| | * | | | | shared_translation: Add missing time zones | 2023-07-21 | 1 | -0/+3 | ||
| | | | | | | ||||||
| | * | | | | shared_translation: Add controller_applet_disabled | 2023-07-21 | 1 | -0/+1 | ||
| | | | | | | ||||||
| | * | | | | shared_translation: Add barrier_feedback_loops | 2023-07-21 | 1 | -0/+2 | ||
| | | | | | | ||||||
| | * | | | | cmake: Reposition preprocessor switch comment | 2023-07-21 | 1 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||||
| | * | | | | configuration: Use enum index | 2023-07-21 | 6 | -26/+31 | ||
| | | | | | | ||||||
| | * | | | | settings: Give indices to enums | 2023-07-21 | 3 | -6/+36 | ||
| | | | | | | ||||||
| | * | | | | cmake: Use standard preprocessor on MSVC | 2023-07-21 | 1 | -0/+1 | ||
| | | | | | | ||||||
| | * | | | | settings_common: Remove unncessary enum spec | 2023-07-21 | 1 | -2/+2 | ||
| | | | | | | ||||||
| | * | | | | shared_translation: Deobfuscate auto time zone | 2023-07-21 | 1 | -46/+52 | ||
| | | | | | | ||||||
| | * | | | | settings_enums: Remove casting | 2023-07-21 | 1 | -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 warnings | 2023-07-21 | 1 | -17/+18 | ||
| | | | | | | ||||||
| | * | | | | settings,configuration: Add a default suffix | 2023-07-21 | 9 | -74/+93 | ||
| | | | | | | ||||||
| | * | | | | configuration: Use paired settings | 2023-07-21 | 2 | -12/+6 | ||
| | | | | | | ||||||
| | * | | | | settings: Define paired settings | 2023-07-21 | 4 | -21/+49 | ||
| | | | | | | | | | | | | | | | | | | | | | settings_common: Remove unused optional | |||||