mirror of https://github.com/snes9xgit/snes9x.git
Vulkan: Silence some warnings.
This commit is contained in:
parent
a5a0a80464
commit
8750a9ec26
|
@ -660,6 +660,7 @@ void EmuMainWindow::pauseContinue()
|
|||
{
|
||||
manual_pause = true;
|
||||
app->pause();
|
||||
canvas->paintEvent(nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
#define VMA_IMPLEMENTATION
|
||||
#define VMA_NULLABLE
|
||||
#define VMA_NOT_NULL
|
||||
#include "vulkan_context.hpp"
|
|
@ -1,4 +1,5 @@
|
|||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#define VULKAN_HPP_ASSERT(x)
|
||||
#include "vulkan/vulkan.hpp"
|
||||
|
|
Loading…
Reference in New Issue