diff --git a/src/video_core/renderer_vulkan/liverpool_to_vk.h b/src/video_core/renderer_vulkan/liverpool_to_vk.h index dae6eb313..acfe8e2fe 100644 --- a/src/video_core/renderer_vulkan/liverpool_to_vk.h +++ b/src/video_core/renderer_vulkan/liverpool_to_vk.h @@ -81,7 +81,7 @@ static inline vk::Format PromoteFormatToDepth(vk::Format fmt) { } else if (fmt == vk::Format::eR8G8B8A8Srgb) { return vk::Format::eR32Uint; } - UNREACHABLE(); + UNREACHABLE_MSG("Unexpected Depth Format {}", vk::to_string(fmt)); } } // namespace Vulkan::LiverpoolToVK