Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-07 | Address feedback, add CR notice, etc | Fernando Sahmkow | |
2023-05-07 | Query cache: stop updating pages as it's not affected by cpu writes | Fernando Sahmkow | |
2023-05-07 | Settings: add option to enable / disable reactive flushing | Fernando Sahmkow | |
2023-05-07 | Texture cache: sync the first flush. | Fernando Sahmkow | |
2023-05-07 | GPU: Add Reactive flushing | Fernando Sahmkow | |
2023-05-07 | Merge pull request #10097 from german77/nfp_full | bunnei | |
service: nfc: Merge device interfaces and create the device manager | |||
2023-05-07 | Merge pull request #10192 from bunnei/update-dynarmic-2 | bunnei | |
externals: Update dynarmic to include latest patch. | |||
2023-05-07 | externals: Update dynarmic to include latest patch. | bunnei | |
2023-05-07 | Merge pull request #10081 from Kelebek1/copy_overlap_tick | liamwhite | |
Sort overlap_ids by modification tick before copy | |||
2023-05-07 | Merge pull request #10172 from Kelebek1/debug_validation_names | liamwhite | |
Log object names with debug renderer, add a GPU address to ImageViews | |||
2023-05-07 | Merge pull request #10189 from Qigo42/master | liamwhite | |
yuzu/applets/qt_profile_select: connect double-click to accept() | |||
2023-05-07 | yuzu/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-07 | Merge pull request #10187 from Kelebek1/address_space | Fernando S | |
Fix address space allocator slow path to avoid OOB | |||
2023-05-07 | Fix address space allocator slow path to avoid OOB | Kelebek1 | |
2023-05-06 | Merge pull request #10180 from german77/debug | bunnei | |
input_common: Revert debugging changes | |||
2023-05-06 | input_common: Revert debugging changes | german77 | |
2023-05-06 | Merge pull request #10125 from lat9nq/vsync-select | bunnei | |
configuration: Expose separate swap present modes | |||
2023-05-06 | Merge pull request #10174 from german77/motriod | bunnei | |
input_common: Add experimental motion to button | |||
2023-05-06 | Merge pull request #10171 from german77/powera | bunnei | |
input_common: Add property to invert an axis button | |||
2023-05-06 | Merge pull request #10162 from lat9nq/sdl-remove-old | liamwhite | |
yuzu-sdl,audio_core: Remove antiquated warning ignore | |||
2023-05-06 | Merge pull request #10165 from merryhime/update-dynarmic | liamwhite | |
externals: Update dynarmic to 6.4.7 | |||
2023-05-06 | Merge pull request #10167 from german77/motion_preview | liamwhite | |
yuzu: Add motion preview to controller input | |||
2023-05-06 | Merge pull request #10178 from ronikirla/2-hour-crash | liamwhite | |
Fix read access violation after 2 hours of gameplay in PMD: RTDX | |||
2023-05-07 | Fix read access violation | Roni Kirla | |
2023-05-05 | input_common: Add experimental motion to button | german77 | |
2023-05-05 | service: nfc: Merge device interfaces and create the device manager | Narr the Reg | |
2023-05-06 | Log object names with debug renderer, add a GPU address to ImageViews | Kelebek1 | |
2023-05-05 | input_common: Add property to invert an axis button | Narr the Reg | |
2023-05-05 | input_common: Add property to invert an axis button | Narr the Reg | |
2023-05-05 | yuzu: Add motion preview to controller input | Narr the Reg | |
2023-05-05 | Merge pull request #10159 from german77/home_screenshot | bunnei | |
core: hid: Fix state of capture and home buttons | |||
2023-05-05 | externals: Update dynarmic to 6.4.7 | Merry | |
2023-05-05 | yuzu-sdl,audio_core: Remove antiquated warning ignore | lat9nq | |
Issue was fixed a long time ago, both by SDL2 and in yuzu by including SDL2 as a system library. | |||
2023-05-04 | core: hid: Fix state of capture and home buttons | german77 | |
2023-05-04 | Merge pull request #10128 from Kelebek1/audren_terminate | liamwhite | |
Wait for the terminate event before destroying a system instance | |||
2023-05-04 | Merge pull request #10145 from Kelebek1/code_size | liamwhite | |
Fix shader code resize to use word size rather than byte size | |||
2023-05-04 | Merge pull request #10156 from v1993/looks-decent-to-me | liamwhite | |
Remove LGTM config | |||
2023-05-04 | Remove LGTM config | Valeri | |
LGTM.com is no longer available since it was superseded by CodeQL. | |||
2023-05-04 | Merge pull request #10153 from FernandoS27/a-quickie-fixie | Fernando S | |
Memory manager: Fix possible softlock | |||
2023-05-04 | Merge pull request #10154 from liamwhite/optimistic | Fernando S | |
settings: remove pessimistic flushing | |||
2023-05-03 | Merge pull request #10142 from FernandoS27/missing-astc | bunnei | |
GPU: implement missing ASTC | |||
2023-05-03 | settings: remove pessimistic flushing | Liam | |
2023-05-04 | Memory manager: Fix possible softlock | Fernando Sahmkow | |
2023-05-03 | qt_common: Remove yuzu prefix | lat9nq | |
2023-05-03 | Merge pull request #10088 from FernandoS27/100-gelato-flavor-test-builds-later | bunnei | |
Y.F.C Implement Asynchronous Fence manager and Rework Query async downloads | |||
2023-05-03 | Merge pull request #10117 from liamwhite/sync-register | bunnei | |
kernel: match calls to Register and Unregister | |||
2023-05-03 | GPU: implement missing ASTC | Fernando Sahmkow | |
2023-05-03 | Merge pull request #10151 from GPUCode/no-softlocks-please | liamwhite | |
Fix softlocks when disabling async present | |||
2023-05-03 | Merge pull request #10146 from liamwhite/catch3 | Morph | |
catch2: update to 3.3.1 | |||
2023-05-03 | Merge pull request #10144 from liamwhite/dont-turbo | Morph | |
vulkan: disable turbo when debugging tool is attached |