mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-07 15:46:01 +00:00
hot-fix: don't skip draws with DS decompression
This commit is contained in:
parent
04b6a25138
commit
2ee1999042
|
@ -145,14 +145,6 @@ const GraphicsPipeline* PipelineCache::GetGraphicsPipeline() {
|
|||
LOG_TRACE(Render_Vulkan, "FMask decompression pass skipped");
|
||||
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()) {
|
||||
return nullptr;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue