summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Collapse)Author
2023-08-16yuzu-qt: Implement unspecified screenshot ratiolat9nq
2023-08-16bootmanager: Remove old pathlat9nq
Causes issues with different selected aspect ratios in graphics.
2023-08-15configure_ui: Update the screenshots datalat9nq
2023-08-15config: Read the entire screenshots categorylat9nq
2023-08-15bootmanager: Consider the default resolutionlat9nq
2023-08-15yuzu-qt: Enable specifying screenshot resolutionlat9nq
2023-08-15vfs: expand support for NCA readingLiam
2023-08-11Allow searching by a substring of the title IDzeltermann
2023-08-02Merge pull request #11202 from abouvier/vulkan-configliamwhite
vulkan: centralize config
2023-08-02Merge pull request #10839 from lat9nq/pgc-plusliamwhite
general: Reimplement per-game configurations
2023-08-02config(qt): Fix name of network categorylat9nq
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-02config(qt): Use qt_config directly to read configlat9nq
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-02vulkan: centralize configAlexandre Bouvier
2023-07-30shared_widget: Only save global settings as neededlat9nq
Fixes a potential but not reproduced issue where the custom config is being applied to the global config.
2023-07-30config(qt): Write the UiGeneral categorylat9nq
2023-07-29Merge branch 'pgc-plus' of github.com:lat9nq/yuzu into pgc-pluslat9nq
2023-07-29config(qt): Fix generic read settinglat9nq
Previously was not respecting whether the setting was default.
2023-07-26Merge pull request #11128 from german77/discordliamwhite
yuzu: Replace httplib with QtNetworkRequest
2023-07-26Address feedbackMorph
2023-07-25(ui)settings: Add more runtime_modifiable settingslat9nq
2023-07-25yuzu: Enable controller interaction in Controller Appletflodavid
2023-07-24yuzu: Avoid reading broken gamesgerman77
2023-07-23shared_widget: Determine default request earlierlat9nq
Fixes a bug where a restore button could be created for an unmanaged widget.
2023-07-22shared_widget: Use QRegularExpressionlat9nq
2023-07-22config: Read the Network categorylat9nq
2023-07-22configure_audio/cpu: Sort settingslat9nq
Was producing out of order settings as a result of the switch to vectors
2023-07-21configure_dialog: Focus the button box on startlat9nq
Without this, the Reset All Settings button would be selected by default
2023-07-21qt/configuration: Use deleteLaterlat9nq
2023-07-21common,qt-config: Remove usage of forward_listlat9nq
2023-07-21general: reduce use of dynamic_castLiam
2023-07-21yuzu: Replace httplib with QtNetworkRequestNarr the Reg
2023-07-21configure_system: Use lambda template to group settingslat9nq
2023-07-21common: Move global configuration state modifiers back to settingslat9nq
2023-07-21common,configure_system: Rename method to GetCategorylat9nq
Fixes essentially a shadowing issue.
2023-07-21shared_translation: Update memory layout mode stringslat9nq
2023-07-21settings: Require time zone setting value for stirnglat9nq
2023-07-21shared_translation: Add missing time zoneslat9nq
2023-07-21shared_translation: Add controller_applet_disabledlat9nq
2023-07-21shared_translation: Add barrier_feedback_loopslat9nq
2023-07-21configuration: Use enum indexlat9nq
2023-07-21shared_translation: Deobfuscate auto time zonelat9nq
2023-07-21settings,configuration: Add a default suffixlat9nq
2023-07-21configuration: Use paired settingslat9nq
2023-07-21shared_widget: Internalize component restoringlat9nq
2023-07-21configuration: Use specialization of settingslat9nq
Reduces some ugliness in frontend code.
2023-07-21configuration: Use a builder to create widgetslat9nq
This gets rid of some repeated code and sets us up to send more information to the new widget.
2023-07-21shared_translation: Fix context usagelat9nq
Currently unused, but I don't want to start headaches when someone decides to use it the first time.
2023-07-21settings,translation: Fix time zone enumlat9nq
Renames enum values to conform to naming convention.
2023-07-21settings,opengl,yuzu-qt: Fix AA, Filter maximumslat9nq
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-21config_shared: Remove storing the group from tablat9nq