Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-22 | general: Convert use_docked_mode to an enumeration | lat9nq | |
Allows some special interactions with it in the Qt frontend. | |||
2023-08-15 | config: Read the entire screenshots category | 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 | 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-22 | config: Read the Network category | lat9nq | |
2023-07-21 | config: Remove unused functions | lat9nq | |
2023-07-21 | settings: Delete cpu_accuracy_first_time | lat9nq | |
Almost a 2 year old migration setting now | |||
2023-07-21 | (ui,)settings: Use explicit instantiation | lat9nq | |
Reduces compile times a tad on clang. | |||
2023-07-21 | settings,general: Rename non-confirming enums | lat9nq | |
2023-07-21 | configure_system: Implement with for loop | lat9nq | |
2023-07-21 | settings: Add UiGeneral class | lat9nq | |
2023-07-21 | config: Don't merge the maps | lat9nq | |
Me shooting myself in the foot 3 days in advance. | |||
2023-07-21 | configuration: Move CreateWidget to a class | lat9nq | |
We were passing so many objects between the function and the caller that it needed to be redesigned. | |||
2023-07-21 | settings: Recategorize a bit | lat9nq | |
Will help with generating config UI later. | |||
2023-07-21 | settings: Add a registry of settings | lat9nq | |
LoadString: Sanitize input settings: Handle empty string, remove redundant category settings: Rename Input to Controls, FS to DataStorage settings: Fix Controls groups information settings: Move use_docked_mode to System (again) settings: Document settings: Add type identification function settings: Move registry into values settings: Move global_reset_registry into values settings: Separate AdvGraphics from Renderer settings: More document squash settings: Use linkage object uisettings: Move registry into settings Probably wont build without uisettings: Use settings linkage object config: Load settings with a map Uses the new all_settings vector to load settings. qt-config: Rename settings category qt config: Rename to read category config: Read/write contols category with for_each This is extremely limited due to the complexity of the Controls group, but this handles the the settings that use the interface. qt-config: Use new settings registry qt-config: Read/write advgrphics qt-config: Use settings linkage object yuzu_cmd: Load setting off of vector cmd-config: Finish settings rename config: Read controls settings group with for_each cmd/config: Move registry into values cmd: Read adv graphics cmd-config: Use settings linkage object | |||
2023-07-21 | settings,video_core: Consolidate ASTC decoding options | lat9nq | |
Just puts them all neatly into one place. | |||
2023-06-28 | input_common: Tune mouse controls | Narr the Reg | |
2023-06-27 | Merge pull request #9663 from EBADBEEF/disable-controller-applet | Narr the Reg | |
qt: add option to disable controller applet | |||
2023-06-27 | Merge pull request #10495 from bm01/master | liamwhite | |
input_common: Redesign mouse panning | |||
2023-06-14 | video_core: optionally skip barriers on feedback loops | Liam | |
2023-06-12 | input_common: Redesign mouse panning | Baptiste Marie | |
2023-06-10 | Merge pull request #10685 from liamwhite/serialization-is-hard | Morph | |
qt: persist framerate sync option | |||
2023-06-09 | qt: persist framerate sync option | Liam | |
2023-06-04 | yuzu: add opengl shader backend info in status bar | xcfrg | |
2023-06-01 | Merge pull request #10352 from grimkor/add-context-menu-status-bar-settings | liamwhite | |
add context menu for status bar settings | |||
2023-05-24 | add context menu for filter and anti-aliasing status buttons | grimkor | |
2023-05-23 | textures: add BC1 and BC3 compressors and recompression setting | Liam | |
2023-05-15 | Merge pull request #10181 from lat9nq/intel-compute-toggle | liamwhite | |
configure_graphics: Add option to enable compute pipelines for Intel proprietary | |||
2023-05-09 | service: nfp: Allow to load with a different amiibo id | german77 | |
2023-05-07 | Settings: add option to enable / disable reactive flushing | Fernando Sahmkow | |
2023-05-07 | yuzu-qt/config: Add option to disable compute on Intel | lat9nq | |
This option is only visible if an Intel GPU using the proprietary driver is found during Vulkan device enumeration. configure_graphics: More directly get driver id Vulkan::Device does quite a bit more than we need just to see the driver ID here. | |||
2023-05-06 | Merge pull request #10125 from lat9nq/vsync-select | bunnei | |
configuration: Expose separate swap present modes | |||
2023-05-03 | settings: remove pessimistic flushing | Liam | |
2023-05-03 | Merge pull request #10124 from liamwhite/pebkac | Morph | |
settings: rename extended memory layout to unsafe, move from general to system | |||
2023-05-02 | configuration: Expose separate swap present modes | lat9nq | |
Previously, yuzu would try and guess which vsync mode to use given different scenarios, but apparently we didn't always get it right. This exposes the separate modes in a drop-down the user can select. If a mode isn't available in Vulkan, it defaults to FIFO. | |||
2023-05-01 | vk_present_manager: Add toggle for async presentation | GPUCode | |
2023-04-30 | settings: rename extended memory layout to unsafe, move from general to system | Liam | |
2023-02-26 | Revert "yuzu: config: Remove player 8 and 9 from config file" | Narr the Reg | |
2023-02-26 | Merge pull request #9849 from ameerj/async-astc | liamwhite | |
texture_cache: Add asynchronous ASTC texture decoding | |||
2023-02-25 | yuzu: config: Remove player 8 and 9 from config file | Narr the Reg | |
2023-02-25 | config: Fix per game Force max clock | german77 | |
2023-02-22 | configuration: Add async ASTC decode setting | ameerj | |
2023-02-16 | yuzu: Write to config file on important config changes | Narr the Reg | |
2023-02-09 | input_common: Reintroduce custom pro controller support | Narr the Reg | |
2023-01-24 | Merge pull request #9492 from german77/joycon_release | liamwhite | |
Input_common: Implement custom joycon driver v2 | |||
2023-01-22 | qt: add option to disable controller applet | EBADBEEF | |
- add checkbox to disable the controller applet UI - when controller applet is disabled, use the yuzu-cmd fallback controller applet that applies controller config based on rules - See https://github.com/yuzu-emu/yuzu/issues/8552 for some discussion | |||
2023-01-19 | input_common: Disable SDL driver with switch controllers | Narr the Reg | |
2023-01-18 | fix format | Jonas Gutenschwager | |