Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2022-12-05 | emulated_controller: Remove unused parameter in GetMappedDevices() | Lioncash | |
This isn't used, so it can be removed to make the function a little nicer. | |||
2022-12-04 | Merge pull request #9273 from ameerj/per-game-profile | liamwhite | |
Configuration: Add per-game input profiles | |||
2022-12-03 | Merge pull request #9344 from liamwhite/null | bunnei | |
video_core: add null backend | |||
2022-12-02 | Merge pull request #9303 from liamwhite/new-vulkan-init | Matías Locatti | |
Vulkan: update initialization | |||
2022-12-02 | core: add option to break on unmapped access | Liam | |
2022-11-28 | video_core: add null backend | Liam | |
2022-11-28 | configure_input_player: Fix profile saving when using handheld controller type | ameerj | |
2022-11-28 | config: Custom profile detection fixes | ameerj | |
Also only reads/writes applicable configs for the custom profiles. | |||
2022-11-28 | configure_input_per_game: Allow configuring all 8 players | ameerj | |
2022-11-27 | Merge pull request #8829 from Docteh/qt6_0002 | liamwhite | |
CMake: rework for Qt6 support | |||
2022-11-27 | Vulkan: update initialization | Liam | |
Co-authored-by: bylaws <bylaws@users.noreply.github.com> | |||
2022-11-26 | Sharpness instead of Sharpening | Matías Locatti | |
2022-11-25 | configure_graphics: Implement custom FSR Sharpening setting | lat9nq | |
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-17 | Qt6: Disable IR Sensor when compiling with Qt6 | Kyle Kienapfel | |
Gating the IR Sensor code behind a macro like so `#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) && YUZU_USE_QT_MULTIMEDIA` The YUZU_USE_QT_MULTIMEDIA flag is implemented in later commit Also the locale fix in src/yuzu/main.cpp is now gated against Qt6, as it causes compilation error | |||
2022-11-15 | configure_profile_manager: Cleanup reference/pointer usage | lat9nq | |
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> Co-authored-by: Mai M. <mathew1800@gmail.com> | |||
2022-11-15 | configure_profile_manager: Remove profile picture border | lat9nq | |
The border adds its own width at least on Linux which causes the icon to be offset by 1px, and cropped by 2px on the bottom and right sides. | |||
2022-11-15 | configure_profile_manager: Use a custom dialog for deletion | lat9nq | |
A hopefully more informative dialog that most importantly notifies the user that their saves will be deleted with the user profile. cpm: Only keep track of UI elements that we need cpm: Remove unused forward declarations cpm: Add missing include | |||
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-10-13 | Merge pull request #9039 from Kelebek1/auto_backend | liamwhite | |
Auto select the SDL audio backend when Cubeb latency is too high | |||
2022-10-12 | Merge pull request #9047 from german77/steam-aspect | bunnei | |
yuzu: Add 16:10 aspect ratio | |||
2022-10-10 | yuzu: Add 16:10 aspect ratio | Narr the Reg | |
2022-10-09 | Choose the SDL audio backend when Cubeb reports too high of a latency | Kelebek1 | |