diff --git a/rpcs3/Emu/RSX/VK/VulkanAPI.h b/rpcs3/Emu/RSX/VK/VulkanAPI.h index 4c86cdd874..0cb493045c 100644 --- a/rpcs3/Emu/RSX/VK/VulkanAPI.h +++ b/rpcs3/Emu/RSX/VK/VulkanAPI.h @@ -20,3 +20,7 @@ #endif #include + +#if VK_HEADER_VERSION < 287 +constexpr VkDriverId VK_DRIVER_ID_MESA_HONEYKRISP = static_cast(26); +#endif