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:
shinra-electric 2023-05-24 09:57:47 +02:00 committed by Megamouse
parent d482c078bc
commit cbe1628cf2

View file

@ -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