diff options
| author | 2021-04-19 13:01:48 -0400 | |
|---|---|---|
| committer | 2021-04-19 13:01:50 -0400 | |
| commit | 17b7f0389a8f1968d9259a1249fa568cfe9492f5 (patch) | |
| tree | 468ca03357bd6a11132364e2f9334727d7abbf84 /src/common/logging/backend.cpp | |
| parent | Merge pull request #6208 from lat9nq/boost-static (diff) | |
| download | yuzu-17b7f0389a8f1968d9259a1249fa568cfe9492f5.tar.gz yuzu-17b7f0389a8f1968d9259a1249fa568cfe9492f5.tar.xz yuzu-17b7f0389a8f1968d9259a1249fa568cfe9492f5.zip | |
texture_cache/util: Fix src being used instead of dst within DeduceBlitImages
This line can only ever be reached if src is null, so dereferencing it
here is a logic bug that slipped through.
Instead, we dereference dst instead which is guaranteed to be valid.
Diffstat (limited to 'src/common/logging/backend.cpp')
0 files changed, 0 insertions, 0 deletions