Skip to content

Commit

Permalink
vk: Drop deprecated (239) and removed (240) header
Browse files Browse the repository at this point in the history
In file included from rpcs3/Emu/System.cpp:55:
rpcs3/Emu/RSX/VK/VulkanAPI.h:17:10: fatal error: 'vulkan/vk_sdk_platform.h' file not found
 #include <vulkan/vk_sdk_platform.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
  • Loading branch information
jbeich authored and Megamouse committed Jan 28, 2023
1 parent 7c4734c commit 3196ada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpcs3/Emu/RSX/VK/VulkanAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#endif

#include <vulkan/vulkan.h>
#include <vulkan/vk_sdk_platform.h>

#ifdef _MSC_VER
#pragma warning(pop)
Expand Down

0 comments on commit 3196ada

Please sign in to comment.