Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05 | input_common: Add property to invert an axis button | Narr the Reg | |
2023-05-05 | yuzu: Add motion preview to controller input | Narr the Reg | |
2023-05-03 | settings: remove pessimistic flushing | Liam | |
2023-05-03 | qt_common: Remove yuzu prefix | lat9nq | |
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 | configure_graphics: No there isn't a hyphen in VSync | lat9nq | |
Most sources seem to suggest VSync and not V-Sync | |||
2023-05-02 | configure_input_player: Add missing include | lat9nq | |
Cleaning up includes in bootmanager and configure_graphics has exposed a missing include here. | |||
2023-05-02 | configure_graphics: Clean up includes [IWYU] | lat9nq | |
2023-05-02 | configure_graphics: Actively find present modes | lat9nq | |
When Vulkan devices are enumerated, this also determines the available present modes for each device, maps them to a vector, and gives those options to the user. OpenGL options are limited to On/Off. Required creating a VkSurfaceKHR during device enumeration, which may or may not be desireable. For the sake of a less confusing UI. Also fixes a bug where if a graphics device disappears on the host, we don't try and select the non-existant devices. configure_graphics: Remove vsync runtime lock for Vulkan configure_graphics: Recommend Mailbox present mode configure_graphics: Fix type-limits warning configure_graphics: Clean up includes configure_graphics: Add tooltip | |||
2023-05-02 | configure_graphics: Fix another typo | lat9nq | |
2023-05-02 | configure_graphics: Fix typo | lat9nq | |
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-04-08 | kernel: switch extended memory setting to 8GB arrangement | Liam | |
2023-03-17 | config: Fix controller config from resetting | Narr the Reg | |
2023-03-13 | configure_audio: Fix output mode setting not saving | Morph | |
2023-03-13 | Merge pull request #9941 from german77/settings | liamwhite | |
yuzu: Move audio settings to audio section | |||
2023-03-12 | general: fix spelling mistakes | Liam | |
2023-03-11 | yuzu: Move audio settings to audio section | german77 | |
2023-03-11 | yuzu: Remove console id setting | german77 | |
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-18 | Merge pull request #9815 from german77/qt-mouse | liamwhite | |
Qt: Fix mouse scalling | |||
2023-02-16 | yuzu: Write to config file on important config changes | Narr the Reg | |
2023-02-16 | input_common: Split mouse input into individual devices | Narr the Reg | |
2023-02-09 | input_common: Reintroduce custom pro controller support | Narr the Reg | |
2023-02-01 | yuzu: config: Draw turbo buttons with a different color | german77 | |
2023-02-01 | input_common: Implement turbo buttons | german77 | |
2023-01-28 | Merge pull request #9690 from german77/whoops | liamwhite | |
yuzu: config: Avoid reading deleted object | |||
2023-01-28 | yuzu: config: Avoid reading deleted object | Narr the Reg | |
2023-01-27 | Merge pull request #9539 from Wollnashorn/opengl-fsr | liamwhite | |
video_core/opengl: Added FSR upscaling filter to the OpenGL renderer | |||
2023-01-26 | video_core/opengl: Add FSR upscaling filter to the OpenGL renderer | Wollnashorn | |
2023-01-25 | main: Globally disable the "?" button on dialogs | Morph | |
Sets the AA_DisableWindowContextHelpButton attribute to disable this useless button globally. | |||
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-22 | Merge pull request #9660 from german77/koreaToTaiwan | liamwhite | |
yuzu: Fix language comobox crash | |||
2023-01-22 | yuzu: Fix language comobox crash | german77 | |
2023-01-19 | core: hid: Only set the polling mode to the correct side | Narr the Reg | |
2023-01-19 | yuzu: Add ring controller test button | german77 | |
2023-01-19 | core: hid: Migrate ring from emulated devices to emulated controller | Narr the Reg | |
2023-01-19 | yuzu: Update controller colors and button names | Narr the Reg | |
2023-01-19 | input_common: Disable SDL driver with switch controllers | Narr the Reg | |
2023-01-18 | fix format | Jonas Gutenschwager | |