diff options
| author | 2019-06-14 16:40:04 -0400 | |
|---|---|---|
| committer | 2019-06-20 21:38:34 -0300 | |
| commit | 082740d34db0996a0af73d7680c57e1abb31c712 (patch) | |
| tree | bcc9ecb6af93114eaf008f8a576b1a99b9f189fe /src/video_core/texture_cache | |
| parent | texture_cache: Initialize all siblings to invalid pixel format. (diff) | |
| download | yuzu-082740d34db0996a0af73d7680c57e1abb31c712.tar.gz yuzu-082740d34db0996a0af73d7680c57e1abb31c712.tar.xz yuzu-082740d34db0996a0af73d7680c57e1abb31c712.zip | |
surface: Correct format S8Z24
Diffstat (limited to 'src/video_core/texture_cache')
| -rw-r--r-- | src/video_core/texture_cache/texture_cache.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/video_core/texture_cache/texture_cache.h b/src/video_core/texture_cache/texture_cache.h index 8213f434d..a9e61cba1 100644 --- a/src/video_core/texture_cache/texture_cache.h +++ b/src/video_core/texture_cache/texture_cache.h | |||
| @@ -534,10 +534,6 @@ private: | |||
| 534 | const auto host_ptr{memory_manager->GetPointer(gpu_addr)}; | 534 | const auto host_ptr{memory_manager->GetPointer(gpu_addr)}; |
| 535 | const auto cache_addr{ToCacheAddr(host_ptr)}; | 535 | const auto cache_addr{ToCacheAddr(host_ptr)}; |
| 536 | 536 | ||
| 537 | if (gpu_addr == 0x00000001682F0000ULL) { | ||
| 538 | LOG_CRITICAL(HW_GPU, "Here's the texture!"); | ||
| 539 | } | ||
| 540 | |||
| 541 | // Step 0: guarantee a valid surface | 537 | // Step 0: guarantee a valid surface |
| 542 | if (!cache_addr) { | 538 | if (!cache_addr) { |
| 543 | // Return a null surface if it's invalid | 539 | // Return a null surface if it's invalid |