mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 14:01:17 +12:00
Replace Vulkan-SDK with Vulkan Headers
This commit is contained in:
parent
1f86daa55d
commit
8b7738f0ab
511 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
#ifdef __clang__
|
||||
#define static_assert(...) static_assert(true, "")
|
||||
#endif
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdlib.h> // for size_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue