1
0
Fork 0
forked from suyu/suyu
suyu/src
ReinUsesLisp 0e9a6759f9 video_core/memory_manager: Flush destination buffer on CopyBlock
When we copy into a buffer, it might contain data modified from the GPU
on the same pages. Because of this, we have to flush the contents before
writing new data.

An alternative approach would be to write the data in place, but games
can also write data in other ways, invalidating our contents.

Fixes geometry in Zombie Panic in Wonderland DX.
2021-01-21 19:16:06 -03:00
..
audio_core core: Silence Wclass-memaccess warnings 2021-01-15 16:31:19 -03:00
common Merge pull request #5360 from ReinUsesLisp/enforce-memclass-access 2021-01-17 00:55:10 -08:00
core npad: Add check for HANDHELD_INDEX in UpdateControllerAt() 2021-01-17 22:36:17 -05:00
input_common general: Fix various spelling errors 2021-01-02 10:23:41 -05:00
tests Merge pull request #5262 from ReinUsesLisp/buffer-base 2021-01-16 19:48:26 -03:00
video_core video_core/memory_manager: Flush destination buffer on CopyBlock 2021-01-21 19:16:06 -03:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Merge pull request #5755 from FearlessTobi/port-5344 2021-01-19 10:53:18 -08:00
yuzu_cmd config: Enable docked mode by default 2021-01-10 09:37:38 -05:00
.clang-format
CMakeLists.txt Merge pull request #5352 from ReinUsesLisp/remove-tester 2021-01-15 01:48:02 -05:00