summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-12debugger: add host fastmem pointer fetch commandLiam
2023-01-10Merge pull request #9605 from german77/mouse_mappingbunnei
yuzu: Read mouse scroll
2023-01-10yuzu: Read mouse wheel inputNarr the Reg
2023-01-10Merge pull request #9596 from liamwhite/mvkMorph
MoltenVK: restrict number of vertex attributes/bindings to 16
2023-01-10Merge pull request #9582 from yuzu-emu/revert-9518-revert-9504-pg2liamwhite
Revert "Revert "k_page_group: synchronize""
2023-01-10Merge pull request #9601 from liamwhite/it-never-endsliamwhite
qt: unlock during signal emission
2023-01-10Merge pull request #9598 from liamwhite/indirectliamwhite
vulkan_common: fix indirect draw with count
2023-01-10Merge pull request #9595 from liamwhite/per-gameliamwhite
qt: fix configuration weirdness on turbo
2023-01-10Merge pull request #9565 from MonsterDruide1/tas-multiplayer-lengthsliamwhite
TAS: Show all script lengths for multiplayer
2023-01-10qt: unlock during signal emissionLiam
2023-01-10vulkan_common: fix indirect draw with countLiam
2023-01-09MoltenVK: restrict number of vertex attributes/bindings to 16TellowKrinkle
2023-01-09qt: fix configuration weirdness on turboLiam
2023-01-09macOS: Make Yuzu show up in the Launchpad Games folder (#9594)UltraHDR
https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype This makes it show up in the Launchpad Games folder
2023-01-09Merge pull request #9589 from liamwhite/defaultMorph
renderer_vulkan: disable turbo by default
2023-01-09Merge pull request #9581 from liamwhite/turbo2Morph
renderer_vulkan: pause turbo submissions on inactive queue
2023-01-09Merge pull request #9530 from liamwhite/vk-feature-initMorph
vulkan_device: refactor feature testing
2023-01-09Merge pull request #9569 from liamwhite/shutdown-warsMorph
qt: additional fixes for reentrant shutdown
2023-01-09vulkan_device: refactor feature testingLiam
2023-01-08Merge pull request #9583 from FernandoS27/fuck-ogl-alreadyFernando S
VideoCore: Fix OGL cache invalidation.
2023-01-08renderer_vulkan: disable turbo by defaultLiam
2023-01-07VideoCore: Fix OGL cache invalidation.Fernando Sahmkow
2023-01-07Revert "Revert "k_page_group: synchronize""bunnei
2023-01-07Merge pull request #9563 from german77/crash_not_allowedbunnei
input_common: Create an update engine
2023-01-07TAS: Show all script lengths for multiplayerMonsterDruide1
2023-01-07Merge pull request #9578 from bylaws/patch-2liamwhite
Avoid OOB array access reading passthrough attr mask
2023-01-07renderer_vulkan: pause turbo submissions on inactive queueLiam
2023-01-07Avoid OOB array access reading passthrough attr maskBilly Laws
YFC 1.5 extended the size of the varying mask used to hold passthrough attrs without considering this
2023-01-07Merge pull request #9570 from liamwhite/less-clock-boostNarr the Reg
renderer_vulkan: disable clock boost on unvalidated devices
2023-01-07Merge pull request #9573 from liamwhite/optionalNarr the Reg
vulkan_device: avoid attempt to access empty optional
2023-01-06vulkan_device: avoid attempt to access empty optionalLiam
2023-01-06renderer_vulkan: disable clock boost on unvalidated devicesLiam
2023-01-06qt: additional fixes for reentrant shutdownLiam
2023-01-06Merge pull request #9567 from german77/antialiasliamwhite
opengl: Sanitize antialiasing config
2023-01-06opengl: Sanitize antialiasing configNarr the Reg
2023-01-06Merge pull request #9566 from Wollnashorn/vulkan-cache-header-fixFernando S
video_core/vulkan: Fixed loading of Vulkan driver pipeline cache
2023-01-06video_core/vulkan: Fixed loading of Vulkan driver pipeline cacheWollnashorn
The header size of the Vulkan driver pipeline cache files was incorrectly in PipelineCache::LoadVulkanPipelineCache, for which the pipeline cache wasn't read correctly and got invalidated on each load.
2023-01-06Merge pull request #9535 from bylaws/masterFernando S
Port over several shader-compiler fixes from skyline
2023-01-06Merge pull request #9561 from liamwhite/update-dynarmicliamwhite
externals: update dynarmic, xbyak
2023-01-06Merge pull request #9558 from MonsterDruide1/network-timeout-noerrorliamwhite
net: Silently translate ETIMEDOUT network error
2023-01-06Merge pull request #9552 from liamwhite/turboliamwhite
vulkan: implement 'turbo mode' clock booster
2023-01-06Merge pull request #9559 from FernandoS27/cached-writesFernando S
VideoCore: Implement Cached Writes, use fastmem for reading GPU memory and eliminate old stuffs
2023-01-05Merge pull request #9564 from FernandoS27/oops-i-did-it-againliamwhite
MacroHLE: eliminate 2 rushed macros.
2023-01-05MacroHLE: eliminate 2 rushed macros.Fernando Sahmkow
2023-01-05input_common: Create an update engineNarr the Reg
2023-01-05Merge pull request #9528 from liamwhite/mvk-nulldescliamwhite
renderer_vulkan: implement fallback path for null buffer descriptors
2023-01-05Merge pull request #9536 from liamwhite/debug-utilsliamwhite
vulkan_common: unify VK_EXT_debug_utils and selection of validation layer
2023-01-05externals: update dynarmic, xbyakLiam
2023-01-05Run clang-formatBilly Laws
2023-01-05externals: Update siritBilly Laws