Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-16 | yuzu-qt: Implement unspecified screenshot ratio | lat9nq | |
2023-08-16 | bootmanager: Remove old path | lat9nq | |
Causes issues with different selected aspect ratios in graphics. | |||
2023-08-15 | configure_ui: Update the screenshots data | lat9nq | |
2023-08-15 | config: Read the entire screenshots category | lat9nq | |
2023-08-15 | bootmanager: Consider the default resolution | lat9nq | |
2023-08-15 | yuzu-qt: Enable specifying screenshot resolution | lat9nq | |
2023-08-15 | vfs: expand support for NCA reading | Liam | |
2023-08-11 | Allow searching by a substring of the title ID | zeltermann | |
2023-08-02 | Merge pull request #11202 from abouvier/vulkan-config | liamwhite | |
vulkan: centralize config | |||
2023-08-02 | Merge pull request #10839 from lat9nq/pgc-plus | liamwhite | |
general: Reimplement per-game configurations | |||
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-08-02 | vulkan: centralize config | Alexandre Bouvier | |
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 | Merge branch 'pgc-plus' of github.com:lat9nq/yuzu into pgc-plus | lat9nq | |
2023-07-29 | config(qt): Fix generic read setting | lat9nq | |
Previously was not respecting whether the setting was default. | |||
2023-07-26 | Merge pull request #11128 from german77/discord | liamwhite | |
yuzu: Replace httplib with QtNetworkRequest | |||
2023-07-26 | Address feedback | Morph | |
2023-07-25 | (ui)settings: Add more runtime_modifiable settings | lat9nq | |
2023-07-25 | yuzu: Enable controller interaction in Controller Applet | flodavid | |
2023-07-24 | yuzu: Avoid reading broken games | german77 | |
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 | general: reduce use of dynamic_cast | Liam | |
2023-07-21 | yuzu: Replace httplib with QtNetworkRequest | Narr the Reg | |
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 | |
2023-07-21 | configuration: Use specialization of settings | lat9nq | |
Reduces some ugliness in frontend code. | |||
2023-07-21 | configuration: Use a builder to create widgets | lat9nq | |
This gets rid of some repeated code and sets us up to send more information to the new widget. | |||
2023-07-21 | shared_translation: Fix context usage | lat9nq | |
Currently unused, but I don't want to start headaches when someone decides to use it the first time. | |||
2023-07-21 | settings,translation: Fix time zone enum | lat9nq | |
Renames enum values to conform to naming convention. | |||
2023-07-21 | settings,opengl,yuzu-qt: Fix AA, Filter maximums | lat9nq | |
The new enum macros don't support setting values directly. For LastAA and LastFilter, this means we need a simpler approach to loop around the toggle in the frontend... | |||
2023-07-21 | config_shared: Remove storing the group from tab | lat9nq | |