Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2022-07-15 | common/setting: Make ranged a property of the type | merry | |
- Avoids new GCC 12 warnings when Type is of form std::optional<T> - Makes more sense this way, because ranged is not a property which would change over time | |||
2022-06-30 | settings: Consolidate RangedSetting's with regular ones | lat9nq | |
The latest git version of GCC has issues with my diamond inheritance shenanigans. Since that's now two compilers that don't like it I thought it'd be best to just axe all of it and just have the two templates like before. This rolls the features of BasicRangedSetting into BasicSetting, and likewise RangedSetting into Setting. It also renames them from BasicSetting and Setting to Setting and SwitchableSetting respectively. Now longer name corresponds to more complex thing. | |||
2022-06-11 | Merge pull request #8393 from lat9nq/default-vulkan | bunnei | |
general: Set renderer_backend's default to Vulkan | |||
2022-06-01 | core/debugger: Implement new GDB stub debugger | Liam | |
2022-05-29 | settings: Set Vulkan to the default renderer backend | lat9nq | |
2022-05-08 | VideoCore: Add option to dump the macros. | Fernando Sahmkow | |
Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com> | |||
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
2022-04-16 | yuzu: Add custom ringcon configuration | german77 | |
2022-03-26 | configuration: Add Paranoid CPU accuracy level | merry | |
Disables most optimizations for the paranoid. | |||
2022-02-27 | dynarmic: Inline exclusive memory accesses | merry | |
Inlines implementation of exclusive instructions into JITted code, improving performance of applications relying heavily on these instructions. We also fastmem these instructions for additional speed, with support for appropriate recompilation on fastmem failure. An unsafe optimization to disable the intercore global_monitor is also provided, should one wish to rely solely on cmpxchg semantics for safety. See also: merryhime/dynarmic#664 | |||
2022-02-21 | settings: Add a new "use_extended_memory_layout" setting. | bunnei | |
- This will be used to enable emulation of a larger memory arrangement. | |||
2022-01-23 | yuzu: Add setting to disable controller navigation | german77 | |
2022-01-04 | ShaderDecompiler: Add a debug option to dump the game's shaders. | Fernando Sahmkow | |
2021-11-27 | settings: Add debug setting to enable all controllers | german77 | |
2021-11-26 | input_common: Fully implement UDP controllers | Narr the Reg | |
2021-11-24 | core/hid: Fully implement native mouse | german77 | |
2021-11-24 | input_common: Allow keyboard to be backwards compatible | german77 | |
2021-11-24 | config: Cleanup and documentation | german77 | |