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
|
#undef WINVER
|
||||||
#define WINVER 0x599
|
#define WINVER 0x599
|
||||||
#endif
|
#endif
|
||||||
|
#include <cstdio>
|
||||||
|
#include <cstdint>
|
||||||
#include "vk_mem_alloc.hpp"
|
#include "vk_mem_alloc.hpp"
|
||||||
#include "vulkan/vulkan.hpp"
|
#include "vulkan/vulkan.hpp"
|
||||||
#include "vulkan_swapchain.hpp"
|
#include "vulkan_swapchain.hpp"
|
||||||
|
@ -64,4 +66,4 @@ class Context
|
||||||
vk::CommandBuffer one_time_use_cmd;
|
vk::CommandBuffer one_time_use_cmd;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Vulkan
|
} // namespace Vulkan
|
||||||
|
|
Loading…
Reference in New Issue