Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-05 | Merge pull request #11208 from german77/interface | liamwhite | |
service: am: Fix wrong interface ILibraryAppletSelfAccessor | |||
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-01 | vulkan_device: disable EDS3 blending on all AMD drivers | Liam | |
2023-08-02 | vulkan: centralize config | Alexandre Bouvier | |
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 | vma: enable options everywhere | Alexandre Bouvier | |
2023-07-30 | Formatting fix | Moonlacer | |
2023-07-30 | Match log warning | Moonlacer | |
2023-07-30 | tz_content_man: Generate the time zone binary once | lat9nq | |
Fixes a memory leak with time zone binaries accumulating on theirselves. | |||
2023-07-30 | shared_widget: Only save global settings as needed | lat9nq | |
Fixes a potential but not reproduced issue where the custom config is being applied to the global config. | |||
2023-07-30 | config(qt): Write the UiGeneral category | lat9nq | |
2023-07-30 | Formatting fix | Moonlacer | |
2023-07-30 | Address feedback and change log warning | Moonlacer | |
2023-07-30 | Fix AudioRendererParameterInternal's size | Kelebek1 | |
2023-07-30 | Revert "Revert "Blacklist EDS3 blending from new AMD drivers"" | Moonlacer | |
2023-07-29 | Merge branch 'pgc-plus' of github.com:lat9nq/yuzu into pgc-plus | lat9nq | |
2023-07-29 | config(qt): Fix generic read setting | lat9nq | |
Previously was not respecting whether the setting was default. | |||
2023-07-28 | Merge pull request #11155 from liamwhite/memory3 | liamwhite | |
memory: check page against address space size | |||
2023-07-28 | Merge pull request #11156 from 8bitDream/localize | liamwhite | |
android: Only label language with language | |||
2023-07-27 | wall_clock: Increase precision requirements | Morph | |
We are providing a conversion to nanoseconds in NativeClock, which is more precise than the GPU tick. | |||
2023-07-27 | vk_descriptor_pool: Disallow descriptor set free | GPUCode | |
2023-07-26 | Revert "Blacklist EDS3 blending from new AMD drivers" | Moonlacer | |
2023-07-26 | Merge pull request #11128 from german77/discord | liamwhite | |
yuzu: Replace httplib with QtNetworkRequest | |||
2023-07-26 | Merge pull request #10990 from comex/ubsan | liamwhite | |
Fixes and workarounds to make UBSan happier on macOS | |||
2023-07-26 | Merge pull request #11142 from german77/avoid_crash | liamwhite | |
yuzu: Avoid reading broken games | |||
2023-07-26 | Address feedback | Morph | |
2023-07-25 | (ui)settings: Add more runtime_modifiable settings | lat9nq | |
2023-07-25 | backend: Remove usage of explicit operator overload | lat9nq | |
Causes a crash on MSVC from a race condition on application quit. Intended to address yuzu-emu/yuzu/issues/11137 | |||
2023-07-25 | settings: Correct Linkage member impl location | lat9nq | |
2023-07-25 | android: Only label language with language | Abandoned Cart | |
2023-07-25 | memory: check page against address space size | Liam | |
2023-07-24 | settings: Set GPU as default ASTC decoder | lat9nq | |
2023-07-24 | Merge pull request #11095 from liamwhite/memory2 | liamwhite | |
memory: cleanup | |||
2023-07-24 | Merge pull request #11135 from liamwhite/getaddrinfo | liamwhite | |
core: implement GetGaiStringErrorRequest, IContextRegistrar | |||
2023-07-24 | yuzu: Avoid reading broken games | german77 | |
2023-07-23 | shared_widget: Determine default request earlier | lat9nq | |
Fixes a bug where a restore button could be created for an unmanaged widget. | |||
2023-07-23 | settings_common: Document specializations | lat9nq | |
2023-07-23 | ssa_rewrite_pass: use proper maps | Liam | |
2023-07-22 | core: implement GetGaiStringErrorRequest, IContextRegistrar | Liam | |