| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-08 | Merge pull request #10519 from mdmrk/master | liamwhite | |
| yuzu-qt: Track play time | |||
| 2023-10-03 | yuzu: Fix mute when in background setting | Narr the Reg | |
| 2023-09-16 | Merge pull request #11492 from lat9nq/c-numeric-conversions | liamwhite | |
| general: Remove uncaught usages of C++ string number conversions | |||
| 2023-09-14 | shared_widget: Use default literals more | lat9nq | |
| 2023-09-14 | debug: Add renderdoc capture hotkey | GPUCode | |
| 2023-09-13 | shared_widget: Forward-port Citra changes | lat9nq | |
| Seemed like a good time to move these over. Also remove usage of std::sto{l,ll,ul,f,d} | |||
| 2023-09-13 | configure_ui: Remove unnecessary usage of stoul | lat9nq | |
| 2023-09-10 | Merge pull request #11450 from lat9nq/no-vk-device-fix | liamwhite | |
| configure_graphics: Fix handling of broken Vulkan | |||
| 2023-09-05 | configure_graphics: Capture by reference | lat9nq | |
| Small optimization. | |||
| 2023-09-04 | configure_graphics: Fix handling of broken Vulkan | lat9nq | |
| The VSync combobox wouldn't populate if there was no Vulkan device, which caused issues with trying to set VSync on other backends. This also adds another layer to GetCurrentGraphicsBackend to check for broken Vulkan and return OpenGL instead of Vulkan. | |||
| 2023-09-03 | msvc: set warning level to /W4 globally | Danila Malyutin | |
| And fix a bunch of warnings | |||
| 2023-08-26 | yuzu-qt: Track play time | Mario | |
| 2023-08-26 | Merge pull request #11356 from lat9nq/console-mode-pg | liamwhite | |
| general,config-qt: Present Console Mode as an enum with separate options in game properties | |||
| 2023-08-25 | ui: Fixed inverted controls on ReverseSlider widgets | BenjaminHalko | |
| fixes: #11236 | |||
| 2023-08-22 | general: Use console mode helper across project | lat9nq | |
| 2023-08-22 | config(qt): Sanitize docked handheld controller | lat9nq | |
| 2023-08-22 | shared_translation: Define use_docked_mode texts | lat9nq | |
| 2023-08-22 | general: Convert use_docked_mode to an enumeration | lat9nq | |
| Allows some special interactions with it in the Qt frontend. | |||
| 2023-08-22 | shared_widget: Implement radio groups | lat9nq | |
| 2023-08-16 | configure_ui: Silence MSVC warning | lat9nq | |
| 2023-08-16 | yuzu-qt: Screenshots depend more on the graphics settings | lat9nq | |
| 2023-08-16 | yuzu-qt: Implement unspecified screenshot ratio | lat9nq | |
| 2023-08-15 | configure_ui: Update the screenshots data | lat9nq | |
| 2023-08-15 | config: Read the entire screenshots category | lat9nq | |
| 2023-08-15 | yuzu-qt: Enable specifying screenshot resolution | lat9nq | |
| 2023-08-02 | config(qt): Fix name of network category | lat9nq | |
| 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 | |||
| 2023-08-02 | config(qt): Use qt_config directly to read config | lat9nq | |
| 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. | |||
| 2023-07-30 | shared_widget: Only save global settings as needed | lat9nq | |
| Fixes a potential but not reproduced issue where the custom config is being applied to the global config. | |||
| 2023-07-30 | config(qt): Write the UiGeneral category | lat9nq | |
| 2023-07-29 | config(qt): Fix generic read setting | lat9nq | |
| Previously was not respecting whether the setting was default. | |||
| 2023-07-23 | shared_widget: Determine default request earlier | lat9nq | |
| Fixes a bug where a restore button could be created for an unmanaged widget. | |||
| 2023-07-22 | shared_widget: Use QRegularExpression | lat9nq | |
| 2023-07-22 | config: Read the Network category | lat9nq | |
| 2023-07-22 | configure_audio/cpu: Sort settings | lat9nq | |
| Was producing out of order settings as a result of the switch to vectors | |||
| 2023-07-21 | configure_dialog: Focus the button box on start | lat9nq | |
| Without this, the Reset All Settings button would be selected by default | |||
| 2023-07-21 | qt/configuration: Use deleteLater | lat9nq | |
| 2023-07-21 | common,qt-config: Remove usage of forward_list | lat9nq | |
| 2023-07-21 | configure_system: Use lambda template to group settings | lat9nq | |
| 2023-07-21 | common: Move global configuration state modifiers back to settings | lat9nq | |
| 2023-07-21 | common,configure_system: Rename method to GetCategory | lat9nq | |
| Fixes essentially a shadowing issue. | |||
| 2023-07-21 | shared_translation: Update memory layout mode strings | lat9nq | |
| 2023-07-21 | settings: Require time zone setting value for stirng | lat9nq | |
| 2023-07-21 | shared_translation: Add missing time zones | lat9nq | |
| 2023-07-21 | shared_translation: Add controller_applet_disabled | lat9nq | |
| 2023-07-21 | shared_translation: Add barrier_feedback_loops | lat9nq | |
| 2023-07-21 | configuration: Use enum index | lat9nq | |
| 2023-07-21 | shared_translation: Deobfuscate auto time zone | lat9nq | |
| 2023-07-21 | settings,configuration: Add a default suffix | lat9nq | |
| 2023-07-21 | configuration: Use paired settings | lat9nq | |
| 2023-07-21 | shared_widget: Internalize component restoring | lat9nq | |
