| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-06 | main: Use 1_MiB as a constant for copy buffer size | Morph | |
| 2023-07-06 | main: Fix install progress calculation | Morph | |
| The increased buffer size means that that progress bar size has to be adjusted | |||
| 2023-07-03 | Use `toUtf8()` for string passed to DBus | zeltermann | |
| 2023-07-02 | core_timing: Remove GetCurrentTimerResolution in CoreTiming loop | Morph | |
| Other programs may change this value, but if thousands of syscalls in this loop is undesirable, then we can just set this once. | |||
| 2023-07-01 | Merge pull request #10974 from Steveice10/macos_vk | liamwhite | |
| vulkan: Improvements to macOS surface creation | |||
| 2023-07-01 | Merge pull request #10950 from german77/mouse_tune | liamwhite | |
| input_common: Tune mouse controls | |||
| 2023-07-01 | yuzu: Use test window with VulkanSurface to check for present modes. | Steveice10 | |
| It is probably not correct to create a surface on a non-VulkanSurface window. On macOS this causes a preferences crash due to missing CAMetalLayer. | |||
| 2023-06-30 | vulkan: Use newer VK_EXT_metal_surface to create surface for MoltenVK. | Steveice10 | |
| 2023-06-30 | yuzu: Ensure mouse panning can't be enabled with real mouse emulation | german77 | |
| 2023-06-28 | input_common: Tune mouse controls | Narr the Reg | |
| 2023-06-28 | input_common: Remove duplicated DriverResult enum | german77 | |
| 2023-06-27 | yuzu: Fix clang format | german77 | |
| 2023-06-27 | Merge pull request #9663 from EBADBEEF/disable-controller-applet | Narr the Reg | |
| qt: add option to disable controller applet | |||
| 2023-06-27 | Merge pull request #10495 from bm01/master | liamwhite | |
| input_common: Redesign mouse panning | |||
| 2023-06-27 | Merge pull request #10679 from zeltermann/wakelock-reason | liamwhite | |
| Only use SDL wakelock on Linux | |||
| 2023-06-25 | Hyphenate Joy-Con and clarify further | Kirill Ignatev | |
| 2023-06-25 | Clarify Ring-Con configuration message in UI | Kirill Ignatev | |
| Not obvious how left controller should be set up Mention that it should be left physical dual emulated | |||
| 2023-06-24 | Only use SDL wakelock on Linux | zeltermann | |
| SDL has internally fixed shenanigans related to wakelocking through DBus from inside sandboxes from around August 2022, so we can now remove the workaround we used since 2021. | |||
| 2023-06-23 | Merge pull request #10859 from liamwhite/no-more-atomic-wait | liamwhite | |
| general: remove atomic signal and wait | |||
| 2023-06-23 | Merge pull request #10842 from german77/native_mifare | liamwhite | |
| input_common: Implement native mifare/skylander support for joycons/pro controller | |||
| 2023-06-22 | general: remove atomic signal and wait | Liam | |
| 2023-06-21 | Merge pull request #10777 from liamwhite/no-barrier | bunnei | |
| video_core: optionally skip barriers on feedback loops | |||
| 2023-06-21 | input_common: Implement native mifare support | Narr the Reg | |
| 2023-06-18 | vk_device_info: Check only affected Intel drivers | lat9nq | |
| Renames is_intel_proprietary to has_broken_compute for accuracy. vk_device_info: Use vulkan::device to check compute | |||
| 2023-06-18 | Merge pull request #10486 from lat9nq/vk-device-find-once | liamwhite | |
| yuzu-qt: Load Vulkan device info at startup | |||
| 2023-06-14 | video_core: optionally skip barriers on feedback loops | Liam | |
| 2023-06-13 | Merge pull request #10603 from lat9nq/tz-more-complete | bunnei | |
| core,common: Implement missing time zone data/computations | |||
| 2023-06-12 | input_common: Redesign mouse panning | Baptiste Marie | |
| 2023-06-11 | qt: use larger buffer for update install | Liam | |
| 2023-06-10 | Merge pull request #10685 from liamwhite/serialization-is-hard | Morph | |
| qt: persist framerate sync option | |||
| 2023-06-09 | Merge pull request #10614 from xcfrg/shader-backend-status-bar | liamwhite | |
| yuzu: add opengl shader backend info in status bar | |||
| 2023-06-09 | qt: persist framerate sync option | Liam | |
| 2023-06-08 | nvnflinger: allow locking framerate during video playback | Liam | |
| 2023-06-07 | Merge pull request #10591 from keve1227/localized-game-icons | liamwhite | |
| Localize game icons | |||
| 2023-06-06 | vk_device_info: Clean up includes [IWYU] | lat9nq | |
| 2023-06-06 | vk_device_info: Add SPDX data | lat9nq | |
| 2023-06-06 | yuzu-qt: Load Vulkan device info at startup | lat9nq | |
| Loading it when the configuration opens now incurs a noticeable delay. We also don't need to rediscover the same data repeatedly each time the configuration opens. Moves vulkan device info discovery to yuzu's startup as opposed to the configure_graphics constructor. | |||
| 2023-06-05 | configure_system: Remove external offset on custom rtc | lat9nq | |
| 2023-06-04 | yuzu: add opengl shader backend info in status bar | xcfrg | |
| 2023-06-03 | Issue a reload if the system language changed | Keve1227 | |
| 2023-06-03 | android: native: Add support for custom Vulkan driver loading. | bunnei | |
| 2023-06-03 | core: frontend: Refactor GraphicsContext to its own module. | bunnei | |
| 2023-06-01 | Merge pull request #10352 from grimkor/add-context-menu-status-bar-settings | liamwhite | |
| add context menu for status bar settings | |||
| 2023-05-29 | yuzu: Disable game list while game is running | german77 | |
| 2023-05-28 | Merge pull request #10280 from danilaml/cmake-bin-dir | liamwhite | |
| Use TARGET_FILE_DIR generator expression | |||
| 2023-05-26 | qt: add menu item to remove cache storage | Liam | |
| 2023-05-24 | add context menu for filter and anti-aliasing status buttons | grimkor | |
| 2023-05-23 | textures: add BC1 and BC3 compressors and recompression setting | Liam | |
| 2023-05-16 | Merge pull request #10107 from grimkor/allow-fully-customised-hotkeys | liamwhite | |
| Allow fully customised controller hotkeys | |||
| 2023-05-15 | Merge pull request #10181 from lat9nq/intel-compute-toggle | liamwhite | |
| configure_graphics: Add option to enable compute pipelines for Intel proprietary | |||
