| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2023-01-18 | allow volume up/down hotkeys to be repeated | Jonas Gutenschwager | |
| 2023-01-06 | Merge pull request #9552 from liamwhite/turbo | liamwhite | |
| vulkan: implement 'turbo mode' clock booster | |||
| 2023-01-05 | video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines | Wollnashorn | |
| As an optional feature which can be enabled in the advanced graphics configuration, all pipelines that get built at the initial shader loading are stored in a VkPipelineCache object and are dumped to the disk. These vendor specific pipeline cache files are located at `/shader/GAME_ID/vulkan_pipelines.bin`. This feature was mainly added because of an issue with the AMD driver (see yuzu-emu#8507) causing invalidation of the cache files the driver builds automatically. | |||
| 2023-01-04 | common: add setting for renderer clock workaround | Liam | |
| 2023-01-04 | yuzu-ui: Add setting for disabling macro HLE | Fernando Sahmkow | |
| 2022-12-30 | config: Save multiplayer settings only globally | Wollnashorn | |
| Saved multiplayer settings like the nickname, remote address, etc. were reset everytime a game was booted up and the game-specific config files were loaded, as these values will never be set. | |||
| 2022-12-17 | yuzu: fix device name setting | german77 | |
| 2022-12-13 | Set: Allow setting device nickname | Chloe Marcec | |
| 2022-12-12 | yuzu: Make unlimited frame rate non persistent between game boots | Narr the Reg | |
| 2022-12-06 | Merge pull request #9370 from liamwhite/break-unmapped | merry | |
| core: add option to break on unmapped access | |||
| 2022-12-04 | Merge pull request #9273 from ameerj/per-game-profile | liamwhite | |
| Configuration: Add per-game input profiles | |||
| 2022-12-02 | core: add option to break on unmapped access | Liam | |
| 2022-11-28 | config: Custom profile detection fixes | ameerj | |
| Also only reads/writes applicable configs for the custom profiles. | |||
| 2022-11-24 | FSR Sharpening Slider part 1 - only a global slider | MatÃas Locatti | |
| 2022-11-20 | Configuration: Add per-game input profiles | ameerj | |
| 2022-11-04 | UI: Add options to hide extra columns (#9093) | Piplup | |
| UI change that allows the user to hide the size and or file types columns | |||
| 2022-10-19 | UI: Add option to hide the compatibility list | Kyle Kienapfel | |
| Option is added directly below the option for the addons column Defaulting to hide compatibility list. Changing default works properly. Co-authored-by: Piplup <piplup55@users.noreply.github.com> | |||
| 2022-09-19 | yuzu qt: Add option to disable startup Vulkan check | lat9nq | |
| The startup check apparently confuses other programs when yuzu launches 2 processes and then quickly closes one of them. Though this isn't really our issues it's also not a big deal for me to add an option to work around that issue. | |||
