suyu/src
ReinUsesLisp 6a6fabea58 shader_ir: Pass decoded nodes as a whole instead of per basic blocks
Some games call LDG at the top of a basic block, making the tracking
heuristic to fail. This commit lets the heuristic the decoded nodes as a
whole instead of per basic blocks.

This may lead to some false positives but allows it the heuristic to
track cases it previously couldn't.
2019-02-03 17:21:20 -03:00
..
audio_core dsp_interface: fix sound being played while volume is 0 2019-01-26 22:42:09 +01:00
common Merge pull request #1928 from lioncash/caps 2018-12-27 11:15:34 -05:00
core Merge pull request #2073 from lioncash/opus 2019-02-01 13:02:16 -05:00
input_common
tests
video_core shader_ir: Pass decoded nodes as a whole instead of per basic blocks 2019-02-03 17:21:20 -03:00
web_service
yuzu kernel: Remove the Timer class 2019-01-31 23:05:15 -05:00
yuzu_cmd citra_qt: Log settings on launch 2019-01-22 23:35:38 +01:00
.clang-format
CMakeLists.txt