Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-12 | android: Set switch listener before assigning new value | Charles Lombardo | |
Previously the switch could have its old listener triggered when recycled. | |||
2023-08-11 | Merge pull request #11219 from zeltermann/title-id-search | liamwhite | |
Allow searching by a substring of the title ID | |||
2023-08-11 | Merge pull request #11253 from liamwhite/i-hate-this-toolchain | liamwhite | |
general: fix apple clang build | |||
2023-08-11 | Allow searching by a substring of the title ID | zeltermann | |
2023-08-09 | Merge pull request #11093 from liamwhite/result-ergonomics | bunnei | |
core: remove ResultVal type | |||
2023-08-09 | Merge pull request #11247 from german77/pctl | bunnei | |
service: pctl: Partially revert 11221 | |||
2023-08-09 | general: fix apple clang build | Liam | |
2023-08-08 | service: pctl: Partially revert 11221 | Narr the Reg | |
2023-08-08 | fs: return result on null outputs | Liam | |
2023-08-08 | general: fix incorrect conversions | Liam | |
2023-08-08 | ssl: remove ResultVal use | Liam | |
2023-08-08 | core: remove ResultVal type | Liam | |
2023-08-07 | Merge pull request #11216 from lat9nq/no-mesa-astc | liamwhite | |
gl_device: Detect Mesa to disable their ASTC | |||
2023-08-07 | Merge pull request #11217 from german77/olsc | liamwhite | |
service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch | |||
2023-08-07 | Merge pull request #11221 from german77/pctl | liamwhite | |
service: pctl: Implement functions needed for QLaunch | |||
2023-08-07 | Merge pull request #11224 from german77/audio | liamwhite | |
service: audctl: Stub functions needed by Qlaunch | |||
2023-08-05 | service: audctl: Stub functions needed by Qlaunch | german77 | |
2023-08-05 | gl_device: Filter more specifically for slow ASTC | lat9nq | |
Adds a check to find if the renderer is Intel DG (i.e. DG2). gl_device: Detect Mesa to disable their ASTC In our testing, our own ASTC decoder has shown itself to perform faster than the included one from the driver. Disable theirs when Mesa is detected. Mesa detection depends on the vendor string. Some drivers never appear outside of *nix contexts, so only check those in the *nix context. gl_device: Internalize Intel DG detection | |||
2023-08-05 | service: olsc: Implement IOlscServiceForSystemService โต | german77 | |
ITransferTaskListController interfaces for QLaunch | |||
2023-08-05 | service: pctl: Implement functions needed for QLaunch | german77 | |
2023-08-05 | Merge pull request #11213 from RngValue/master | liamwhite | |
๐ Update README.md | |||
2023-08-05 | Merge pull request #11212 from Kelebek1/shader_stuff | liamwhite | |
Fix various misc pipeline/shader things | |||
2023-08-05 | Merge pull request #11210 from german77/settings | liamwhite | |
service: set: Implement system settings for Qlaunch | |||
2023-08-05 | Merge pull request #11208 from german77/interface | liamwhite | |
service: am: Fix wrong interface ILibraryAppletSelfAccessor | |||
2023-08-04 | service: set: Add more system settings and address comments | Narr the Reg | |
2023-08-04 | Merge pull request #1 from RngValue/RngValue-patch-1 | RngValue | |
๐ Update README.md (A potential grammar error and a missing period) | |||
2023-08-04 | ๐ Update README.md | RngValue | |
2023-08-03 | Fix shader dumps with nvdisasm | Kelebek1 | |
skip fragment shaders when rasterizer is disabled initialize env_ptrs | |||
2023-08-03 | Merge pull request #11209 from ameerj/subgroup_size_control | liamwhite | |
vulkan_device: Fix VK_EXT_subgroup_size_control detection | |||
2023-08-02 | service: set: Implement system settings for Qlaunch | Narr the Reg | |
2023-08-02 | vulkan_device: Fix subgroup_size_control detection on Vulkan 1.3 | Ameer J | |
2023-08-02 | vulkan_device: Fix VK_EXT_subgroup_size_control detection | Ameer J | |
2023-08-02 | service: am: Fix wrong interface | Narr the Reg | |
2023-08-02 | Merge pull request #11202 from abouvier/vulkan-config | liamwhite | |
vulkan: centralize config | |||
2023-08-02 | Merge pull request #10839 from lat9nq/pgc-plus | liamwhite | |
general: Reimplement per-game configurations | |||
2023-08-02 | config(qt): Fix name of network category | lat9nq | |
Turns out the network interface is in the Services category. Can't wait get rid of this whole config. Addresses yuzu-emu/yuzu/issues/11205 | |||
2023-08-02 | config(qt): Use qt_config directly to read config | lat9nq | |
ReadSetting with the default is a convenience function reading settings, not for use in an internal environment. It tries to manage the default value of a setting. | |||
2023-08-02 | Merge pull request #11204 from liamwhite/eds3-blend-amd | Matรญas Locatti | |
vulkan_device: disable EDS3 blending on all AMD drivers | |||
2023-08-01 | vulkan_device: disable EDS3 blending on all AMD drivers | Liam | |
2023-08-02 | vulkan: centralize config | Alexandre Bouvier | |
2023-08-01 | Update translations (2023-08-01) (#11198) | zhaobot | |
Co-authored-by: The yuzu Community <noreply-fake@community.yuzu-emu.org> | |||
2023-08-01 | Merge pull request #11195 from Morph1984/misaligned | Fernando S | |
audren_u: Fix parameter alignment | |||
2023-07-31 | audren_u: Fix parameter alignment | Morph | |
The reduction in size from 0x38 to 0x34 caused the parameter to be misaligned. Skipping 1 word fixes this. | |||
2023-07-31 | Merge pull request #11188 from abouvier/vma-fix | liamwhite | |
vma: enable options everywhere | |||
2023-07-31 | Merge pull request #11181 from Kelebek1/audrenparaminternal | liamwhite | |
Fix AudioRendererParameterInternal's size | |||
2023-07-31 | Merge pull request #11169 from GPUCode/desc-stuff | liamwhite | |
vk_descriptor_pool: Disallow descriptor set free | |||
2023-07-31 | Merge pull request #11173 from Morph1984/atleast_nanosecond_precision | liamwhite | |
wall_clock: Increase precision requirements | |||
2023-07-31 | Merge pull request #11186 from lat9nq/tz-gen-once | liamwhite | |
tz_content_man: Generate the time zone binary once | |||
2023-07-31 | Merge pull request #11182 from Moonlacer/revert-11163-revert-10946-amdBlending | liamwhite | |
Revert the Revert! Reverts the Revert of "Blacklist EDS3 blending from new AMD drivers" | |||
2023-07-31 | vma: enable options everywhere | Alexandre Bouvier | |