summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-08-12android: Set switch listener before assigning new valueCharles Lombardo
Previously the switch could have its old listener triggered when recycled.
2023-08-11Merge pull request #11219 from zeltermann/title-id-searchliamwhite
Allow searching by a substring of the title ID
2023-08-11Merge pull request #11253 from liamwhite/i-hate-this-toolchainliamwhite
general: fix apple clang build
2023-08-11Allow searching by a substring of the title IDzeltermann
2023-08-09Merge pull request #11093 from liamwhite/result-ergonomicsbunnei
core: remove ResultVal type
2023-08-09general: fix apple clang buildLiam
2023-08-08service: pctl: Partially revert 11221Narr the Reg
2023-08-08fs: return result on null outputsLiam
2023-08-08general: fix incorrect conversionsLiam
2023-08-08ssl: remove ResultVal useLiam
2023-08-08core: remove ResultVal typeLiam
2023-08-07Merge pull request #11216 from lat9nq/no-mesa-astcliamwhite
gl_device: Detect Mesa to disable their ASTC
2023-08-07Merge pull request #11217 from german77/olscliamwhite
service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch
2023-08-07Merge pull request #11221 from german77/pctlliamwhite
service: pctl: Implement functions needed for QLaunch
2023-08-05service: audctl: Stub functions needed by Qlaunchgerman77
2023-08-05gl_device: Filter more specifically for slow ASTClat9nq
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-05service: olsc: Implement IOlscServiceForSystemService ↵german77
ITransferTaskListController interfaces for QLaunch
2023-08-05service: pctl: Implement functions needed for QLaunchgerman77
2023-08-05Merge pull request #11212 from Kelebek1/shader_stuffliamwhite
Fix various misc pipeline/shader things
2023-08-05Merge pull request #11210 from german77/settingsliamwhite
service: set: Implement system settings for Qlaunch
2023-08-05Merge pull request #11208 from german77/interfaceliamwhite
service: am: Fix wrong interface ILibraryAppletSelfAccessor
2023-08-04service: set: Add more system settings and address commentsNarr the Reg
2023-08-03Fix shader dumps with nvdisasmKelebek1
skip fragment shaders when rasterizer is disabled initialize env_ptrs
2023-08-02service: set: Implement system settings for QlaunchNarr the Reg
2023-08-02vulkan_device: Fix subgroup_size_control detection on Vulkan 1.3Ameer J
2023-08-02vulkan_device: Fix VK_EXT_subgroup_size_control detectionAmeer J
2023-08-02service: am: Fix wrong interfaceNarr the Reg
2023-08-02Merge pull request #11202 from abouvier/vulkan-configliamwhite
vulkan: centralize config
2023-08-02Merge pull request #10839 from lat9nq/pgc-plusliamwhite
general: Reimplement per-game configurations
2023-08-02config(qt): Fix name of network categorylat9nq
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-02config(qt): Use qt_config directly to read configlat9nq
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-01vulkan_device: disable EDS3 blending on all AMD driversLiam
2023-08-02vulkan: centralize configAlexandre Bouvier
2023-07-31audren_u: Fix parameter alignmentMorph
The reduction in size from 0x38 to 0x34 caused the parameter to be misaligned. Skipping 1 word fixes this.
2023-07-31Merge pull request #11188 from abouvier/vma-fixliamwhite
vma: enable options everywhere
2023-07-31Merge pull request #11181 from Kelebek1/audrenparaminternalliamwhite
Fix AudioRendererParameterInternal's size
2023-07-31Merge pull request #11169 from GPUCode/desc-stuffliamwhite
vk_descriptor_pool: Disallow descriptor set free
2023-07-31Merge pull request #11173 from Morph1984/atleast_nanosecond_precisionliamwhite
wall_clock: Increase precision requirements
2023-07-31Merge pull request #11186 from lat9nq/tz-gen-onceliamwhite
tz_content_man: Generate the time zone binary once
2023-07-31vma: enable options everywhereAlexandre Bouvier
2023-07-30Formatting fixMoonlacer
2023-07-30Match log warningMoonlacer
2023-07-30tz_content_man: Generate the time zone binary oncelat9nq
Fixes a memory leak with time zone binaries accumulating on theirselves.
2023-07-30shared_widget: Only save global settings as neededlat9nq
Fixes a potential but not reproduced issue where the custom config is being applied to the global config.
2023-07-30config(qt): Write the UiGeneral categorylat9nq
2023-07-30Formatting fixMoonlacer
2023-07-30Address feedback and change log warningMoonlacer
2023-07-30Fix AudioRendererParameterInternal's sizeKelebek1
2023-07-30Revert "Revert "Blacklist EDS3 blending from new AMD drivers""Moonlacer
2023-07-29Merge branch 'pgc-plus' of github.com:lat9nq/yuzu into pgc-pluslat9nq