summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-01-19input_common: Disable SDL driver with switch controllersNarr the Reg
2023-01-19input_common: Initial skeleton for custom joycon driverNarr the Reg
2023-01-19Merge pull request #9556 from vonchenplus/draw_textureliamwhite
video_core: Implement maxwell3d draw texture method
2023-01-19Merge pull request #9623 from liamwhite/wp-oopsbunnei
memory: fix watchpoint use when fastmem is enabled
2023-01-18Merge pull request #9638 from Kelebek1/firmware4Narr the Reg
Demote maxwell3d Firmware4 call log to debug
2023-01-18Merge pull request #9619 from liamwhite/timing-spaghettibunnei
timing: wait for completion on unregister
2023-01-17Merge pull request #9615 from merryhime/upsample-ob1bunnei
audio_core: Corrective fixes to upsampler
2023-01-17Merge pull request #9608 from liamwhite/fpsbunnei
nvnflinger: correct swap interval handling
2023-01-18Demote maxwell3d Firmware4 call log to debugKelebek1
2023-01-16Address feedbackFeng Chen
2023-01-15memory: fix watchpoint use when fastmem is enabledLiam
2023-01-14timing: wait for completion on unregisterLiam
2023-01-14upsample: Fix coefficient formatMerry
2023-01-14audio_core: Fix off-by-one error in upsamplerMerry
2023-01-13Update settings.hMatías Locatti
2023-01-13CPPMatías Locatti
2023-01-13UI changeMatías Locatti
2023-01-131.5X resolution scaler optionMatías Locatti
2023-01-11nvnflinger: correct swap interval handlingLiam
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-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-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-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-06opengl: Sanitize antialiasing configNarr the Reg
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.