From cbe1628cf2bb6afa749324470847466d2b70ddc5 Mon Sep 17 00:00:00 2001 From: shinra-electric <50119606+shinra-electric@users.noreply.github.com> Date: Wed, 24 May 2023 09:57:47 +0200 Subject: [PATCH] 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. --- rpcs3/Emu/RSX/VK/vkutils/device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/VK/vkutils/device.cpp b/rpcs3/Emu/RSX/VK/vkutils/device.cpp index efb5c31e4..de586c8b6 100644 --- a/rpcs3/Emu/RSX/VK/vkutils/device.cpp +++ b/rpcs3/Emu/RSX/VK/vkutils/device.cpp @@ -4,7 +4,7 @@ #include "Emu/system_config.h" #ifdef __APPLE__ -#include +#include #endif namespace vk