diff --git a/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.cpp b/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.cpp index 3323870992..b8383c605e 100644 --- a/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.cpp +++ b/pcsx2/GS/Renderers/Vulkan/GSDeviceVK.cpp @@ -2737,7 +2737,7 @@ bool GSDeviceVK::ApplyUtilityState(bool already_execed) } ExecuteCommandBufferAndRestartRenderPass(false, "Ran out of utility descriptors"); - return ApplyTFXState(true); + return ApplyUtilityState(true); } Vulkan::DescriptorSetUpdateBuilder dsub;