mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-07 00:29:20 +00:00
remove deprecated VK_MVK_moltenvk and replace with mvk_config.h
VK_MVK_moltenvk extension has been removed. Will try with `mvk_config.h`, but it this doesn't work `mvk_deprecated_api.h` should work instead.
This commit is contained in:
parent
d482c078bc
commit
cbe1628cf2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#include "Emu/system_config.h"
|
#include "Emu/system_config.h"
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <MoltenVK/vk_mvk_moltenvk.h>
|
#include <MoltenVK/mvk_config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace vk
|
namespace vk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue