diff --git a/src/dxvk/dxvk_format.h b/src/dxvk/dxvk_format.h index 383df60c6..5697ee9a3 100644 --- a/src/dxvk/dxvk_format.h +++ b/src/dxvk/dxvk_format.h @@ -78,7 +78,7 @@ namespace dxvk { if (likely(format <= VK_FORMAT_BC7_SRGB_BLOCK)) return &g_formatInfos[uint32_t(format)]; else - return lookupFormatInfo(format); + return lookupFormatInfoSlow(format); } } \ No newline at end of file