mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 12:35:21 +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"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <MoltenVK/vk_mvk_moltenvk.h>
|
||||
#include <MoltenVK/mvk_config.h>
|
||||
#endif
|
||||
|
||||
namespace vk
|
||||
|
|
Loading…
Add table
Reference in a new issue