mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 21:41:19 +12:00
Upgrade vcpkg + submodule dependencies (#719)
This commit is contained in:
parent
a7f6043205
commit
3ff3b732c8
22 changed files with 11 additions and 729 deletions
|
@ -30,8 +30,10 @@
|
|||
|
||||
#include <wx/msgdlg.h>
|
||||
|
||||
#ifndef VK_API_VERSION_MAJOR
|
||||
#define VK_API_VERSION_MAJOR(version) (((uint32_t)(version) >> 22) & 0x7FU)
|
||||
#define VK_API_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3FFU)
|
||||
#endif
|
||||
|
||||
extern std::atomic_int g_compiling_pipelines;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue