| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | |
| 2023-01-18 | allow volume up/down hotkeys to be repeated | Jonas Gutenschwager | |
| 2023-01-13 | UI change | Matías Locatti | |
| 2023-01-13 | 1.5X resolution scaler option | Matías Locatti | |
| 2023-01-10 | Merge pull request #9605 from german77/mouse_mapping | bunnei | |
| yuzu: Read mouse scroll | |||
| 2023-01-10 | yuzu: Read mouse wheel input | Narr the Reg | |
| 2023-01-09 | qt: fix configuration weirdness on turbo | Liam | |
| 2023-01-06 | Merge pull request #9552 from liamwhite/turbo | liamwhite | |
| vulkan: implement 'turbo mode' clock booster | |||
| 2023-01-05 | config: Set the Vulkan driver pipeline cache option to be global | Wollnashorn | |
| 2023-01-05 | config: Better wording for VK pipeline cache option and enable by default | Wollnashorn | |
| 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 | |
| 2023-01-01 | Merge pull request #9514 from ColinKinloch/en_gb | liamwhite | |
| settings: warn on invalid regon/language combinations | |||
| 2022-12-30 | settings: comment language blocklist columns | Colin Kinloch | |
| 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-29 | settings: added regon/language warning bounds check | Colin Kinloch | |
| 2022-12-28 | settings: warn on invalid regon/language combinations | Colin Kinloch | |
| 2022-12-23 | yuzu: Automatically refresh device list | german77 | |
| 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-08 | video_core: Integrate SMAA | Liam | |
| Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com> Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com> | |||
| 2022-12-06 | Merge pull request #9370 from liamwhite/break-unmapped | merry | |
| core: add option to break on unmapped access | |||
| 2022-12-06 | Merge pull request #9389 from lioncash/emumove | liamwhite | |
| emulated_console/emulated_controller: std::move ParamPackage instances where applicable | |||
| 2022-12-06 | configure_graphics: Make SPIRV backend string translatable | Lioncash | |
| The parenthetical needs to be translatable, like with GLASM | |||
