mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 01:54:31 +00:00
hot-fix: don't skip draws with DS decompression
This commit is contained in:
parent
eb2520a240
commit
4e0dc91040
@ -145,14 +145,6 @@ const GraphicsPipeline* PipelineCache::GetGraphicsPipeline() {
|
|||||||
LOG_TRACE(Render_Vulkan, "FMask decompression pass skipped");
|
LOG_TRACE(Render_Vulkan, "FMask decompression pass skipped");
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
if (regs.depth_render_control.depth_compress_disable) {
|
|
||||||
LOG_TRACE(Render_Vulkan, "HTile decompress skipped (depth)");
|
|
||||||
return nullptr;
|
|
||||||
}
|
|
||||||
if (regs.depth_render_control.stencil_compress_disable) {
|
|
||||||
LOG_TRACE(Render_Vulkan, "HTile decompress skipped (stencil)");
|
|
||||||
return nullptr;
|
|
||||||
}
|
|
||||||
if (!RefreshGraphicsKey()) {
|
if (!RefreshGraphicsKey()) {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user