| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-08 | nvnflinger: allow locking framerate during video playback | Liam | |
| 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 | settings: Add enable compute pipelines | lat9nq | |
| For the Intel proprietary driver's deficiencies. settings: Restore compute option global state | |||
| 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 | settings: Enable FIFO relaxed | lat9nq | |
| Not entirely sure if we need this, but there's also no reason not to support it. settings: Give VSyncMode values | |||
| 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-03-08 | Merge pull request #9906 from german77/metroid2 | bunnei | |
| input_common: Increase mouse sensitivity range | |||
| 2023-03-07 | input_common: Increase mouse sensitivity range | german77 | |
| 2023-03-06 | fix typo in settings.h | Ikko Eltociear Ashimine | |
| Intial -> Initial | |||
| 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-22 | configuration: Add async ASTC decode setting | ameerj | |
| 2023-02-09 | input_common: Reintroduce custom pro controller support | Narr the Reg | |
| 2023-01-29 | Move to Clang Format 15 | Levi Behunin | |
| Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run | |||
| 2023-01-19 | input_common: Disable SDL driver with switch controllers | Narr the Reg | |
| 2023-01-13 | Update settings.h | Matías Locatti | |
| 2023-01-13 | 1.5X resolution scaler option | Matías Locatti | |
| 2023-01-08 | renderer_vulkan: disable turbo by default | Liam | |
| 2023-01-06 | Merge pull request #9552 from liamwhite/turbo | liamwhite | |
| vulkan: implement 'turbo mode' clock booster | |||
| 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 | |
| 2022-12-13 | Set: Allow setting device nickname | Chloe Marcec | |
| 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-02 | core: add option to break on unmapped access | Liam | |
| 2022-11-28 | video_core: add null backend | Liam | |
| 2022-11-27 | Merge pull request #9276 from goldenx86/fsrSlider | bunnei | |
| FSR Sharpening Slider | |||
| 2022-11-26 | Oops | Matías Locatti | |
| 2022-11-26 | Replace GLSL as the default OpenGL shader backend | Matías Locatti | |
| GLASM is not very compatible with the latest games, and too many people have the special superpower to break their Vulkan support. | |||
| 2022-11-24 | FSR Sharpening Slider part 1 - only a global slider | Matías Locatti | |
| 2022-10-13 | settings: Update aspect_ratio range | Morph | |
| Since 16:10 was added, the maximum value is now 4. | |||
| 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. | |||
| 2022-09-16 | Merge pull request #8682 from lat9nq/dumpy | Morph | |
| yuzu qt: Add option to create Windows crash dumps | |||
| 2022-09-04 | yuzu: Use a debugger to generate minidumps | lat9nq | |
| yuzu: Move mini_dump out of core startup_checks: Better exception handling | |||
| 2022-08-25 | video_core: add option for pessimistic flushing | Liam | |
| 2022-08-12 | Allow audio volume up to 200% | Kelebek1 | |
| 2022-07-23 | yuzu: Add webcam support and rebase to latest master | Narr the Reg | |
| 2022-07-23 | input_common: Add camera driver | german77 | |
| 2022-07-22 | Project Andio | Kelebek1 | |
| 2022-07-16 | yuzu: settings: Remove framerate cap and merge unlocked framerate setting. | bunnei | |
| - These were all somewhat redundant. | |||
