2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
ameerj 3671fd0a97 texture_cache: Handle out of bound texture blits
Some games interleave a texture blit using regions which are out-of-bounds. This addresses the interleaving to avoid oob reads from the src texture.
2021-05-07 22:14:21 -04:00
..
audio_core common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
common log/backend: Use in-class initializer for FileBackend 2021-04-20 12:57:49 -04:00
core Merge pull request #6279 from ogniK5377/nvhost-prof 2021-05-05 16:16:13 -07:00
input_common input_common: Release mouse buttons on out of focus 2021-05-02 19:08:33 -05:00
tests
video_core texture_cache: Handle out of bound texture blits 2021-05-07 22:14:21 -04:00
web_service
yuzu input_common: Release mouse buttons on out of focus 2021-05-02 19:08:33 -05:00
yuzu_cmd Merge pull request #6232 from lioncash/alias2 2021-04-23 09:26:56 -07:00
.clang-format
CMakeLists.txt