mirror of https://github.com/snes9xgit/snes9x.git
CI acting funky. See if this fixes it.
This commit is contained in:
parent
b383b94c8c
commit
2afe4a11d4
|
@ -7,6 +7,8 @@
|
|||
#undef WINVER
|
||||
#define WINVER 0x599
|
||||
#endif
|
||||
#include <cstdio>
|
||||
#include <cstdint>
|
||||
#include "vk_mem_alloc.hpp"
|
||||
#include "vulkan/vulkan.hpp"
|
||||
#include "vulkan_swapchain.hpp"
|
||||
|
@ -64,4 +66,4 @@ class Context
|
|||
vk::CommandBuffer one_time_use_cmd;
|
||||
};
|
||||
|
||||
} // namespace Vulkan
|
||||
} // namespace Vulkan
|
||||
|
|
Loading…
Reference in New Issue