aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-07Texture cache: Only force flush the dma downloadsFernando Sahmkow
2023-05-07Buffer Cache: disable reactive flushing in it.Fernando Sahmkow
2023-05-07Texture cache: reverse inmediate flush changesFernando Sahmkow
2023-05-07Buffer cache: always use async buffer downloads and fix regression.Fernando Sahmkow
2023-05-07Address feedback, add CR notice, etcFernando Sahmkow
2023-05-07Query cache: stop updating pages as it's not affected by cpu writesFernando Sahmkow
2023-05-07Settings: add option to enable / disable reactive flushingFernando Sahmkow
2023-05-07Texture cache: sync the first flush.Fernando Sahmkow
2023-05-07GPU: Add Reactive flushingFernando Sahmkow
2023-05-07vfs_vector: avoid n^2 lookup in layeredfs buildingLiam
2023-05-07Merge pull request #10097 from german77/nfp_fullbunnei
service: nfc: Merge device interfaces and create the device manager
2023-05-07Merge pull request #10192 from bunnei/update-dynarmic-2bunnei
externals: Update dynarmic to include latest patch.
2023-05-07externals: Update dynarmic to include latest patch.bunnei
2023-05-07Merge pull request #10081 from Kelebek1/copy_overlap_tickliamwhite
Sort overlap_ids by modification tick before copy
2023-05-07Merge pull request #10172 from Kelebek1/debug_validation_namesliamwhite
Log object names with debug renderer, add a GPU address to ImageViews
2023-05-07Merge pull request #10189 from Qigo42/masterliamwhite
yuzu/applets/qt_profile_select: connect double-click to accept()
2023-05-07yuzu/applets/qt_profile_select: connect double-click to accept()QGJ
In the profile selection window: Allow the user to start the game by double-clicking a profile to avoid having to additionally click the OK button. This avoids an unnecessary "step" to the start of the game...
2023-05-07Merge pull request #10187 from Kelebek1/address_spaceFernando S
Fix address space allocator slow path to avoid OOB
2023-05-07Fix address space allocator slow path to avoid OOBKelebek1
2023-05-06Merge pull request #10180 from german77/debugmainline-0-1423bunnei
input_common: Revert debugging changes
2023-05-06input_common: Revert debugging changesgerman77
2023-05-06Merge pull request #10125 from lat9nq/vsync-selectbunnei
configuration: Expose separate swap present modes
2023-05-06Merge pull request #10174 from german77/motriodbunnei
input_common: Add experimental motion to button
2023-05-06Merge pull request #10171 from german77/powerabunnei
input_common: Add property to invert an axis button
2023-05-06Merge pull request #10162 from lat9nq/sdl-remove-oldliamwhite
yuzu-sdl,audio_core: Remove antiquated warning ignore
2023-05-06Merge pull request #10165 from merryhime/update-dynarmicliamwhite
externals: Update dynarmic to 6.4.7
2023-05-06Merge pull request #10167 from german77/motion_previewliamwhite
yuzu: Add motion preview to controller input
2023-05-06Merge pull request #10178 from ronikirla/2-hour-crashliamwhite
Fix read access violation after 2 hours of gameplay in PMD: RTDX
2023-05-07Fix read access violationRoni Kirla
2023-05-05input_common: Add experimental motion to buttongerman77
2023-05-05service: nfc: Merge device interfaces and create the device managerNarr the Reg
2023-05-06Log object names with debug renderer, add a GPU address to ImageViewsKelebek1
2023-05-05input_common: Add property to invert an axis buttonNarr the Reg
2023-05-05input_common: Add property to invert an axis buttonNarr the Reg
2023-05-05yuzu: Add motion preview to controller inputNarr the Reg
2023-05-05Merge pull request #10159 from german77/home_screenshotmainline-0-1422bunnei
core: hid: Fix state of capture and home buttons
2023-05-05Improve emulation of HD Rumblemarius david
2023-05-05externals: Update dynarmic to 6.4.7Merry
2023-05-05yuzu-sdl,audio_core: Remove antiquated warning ignorelat9nq
Issue was fixed a long time ago, both by SDL2 and in yuzu by including SDL2 as a system library.
2023-05-04core: hid: Fix state of capture and home buttonsgerman77
2023-05-04Merge pull request #10128 from Kelebek1/audren_terminatemainline-0-1421liamwhite
Wait for the terminate event before destroying a system instance
2023-05-04Merge pull request #10145 from Kelebek1/code_sizeliamwhite
Fix shader code resize to use word size rather than byte size
2023-05-04Merge pull request #10156 from v1993/looks-decent-to-meliamwhite
Remove LGTM config
2023-05-04Remove LGTM configValeri
LGTM.com is no longer available since it was superseded by CodeQL.
2023-05-04Merge pull request #10153 from FernandoS27/a-quickie-fixiemainline-0-1420Fernando S
Memory manager: Fix possible softlock
2023-05-04Merge pull request #10154 from liamwhite/optimisticFernando S
settings: remove pessimistic flushing
2023-05-03Merge pull request #10142 from FernandoS27/missing-astcbunnei
GPU: implement missing ASTC
2023-05-03settings: remove pessimistic flushingLiam
2023-05-04Memory manager: Fix possible softlockFernando Sahmkow
2023-05-03qt_common: Remove yuzu prefixlat9nq