yuzu-mainline/src
ReinUsesLisp 1ea07954fb shader_ir/memory: Ignore global memory when tracking fails
Ignore global memory operations instead of invoking undefined behaviour
when constant buffer tracking fails and we are blasting through asserts,
ignore the operation.

In the case of LDG this means filling the destination registers with
zeroes; for STG this means ignore the instruction as a whole.

The default behaviour is still to abort execution on failure.
2019-10-22 02:49:17 -03:00
..
audio_core
common common/algorithm: Add description comment indicating intended algorithms 2019-10-15 15:25:23 -04:00
core core: Fix clang-format errors. 2019-10-19 14:47:18 -04:00
input_common
tests Core_Timing: Fix tests. 2019-10-12 07:23:08 -04:00
video_core shader_ir/memory: Ignore global memory when tracking fails 2019-10-22 02:49:17 -03:00
web_service
yuzu fixed clang format & addressed feedback 2019-10-10 23:27:00 +02:00
yuzu_cmd SDL: Fix missing header 2019-10-04 18:14:11 -04:00
yuzu_tester yuzu_tester: Remove unused variable 2019-10-04 23:41:22 +00:00
.clang-format
CMakeLists.txt