diff --git a/rpcs3/Emu/RSX/VK/VKFragmentProgram.cpp b/rpcs3/Emu/RSX/VK/VKFragmentProgram.cpp index 7aee3c7d95..94012840ec 100644 --- a/rpcs3/Emu/RSX/VK/VKFragmentProgram.cpp +++ b/rpcs3/Emu/RSX/VK/VKFragmentProgram.cpp @@ -92,7 +92,7 @@ void VKFragmentDecompilerThread::prepareBindingTable() { for (auto& stencil_location : vk_prog->binding_table.ftex_stencil_location) { - if (stencil_location == umax) + if (stencil_location != 0) { continue; }