Skip to content

Commit 0aca5e2

Browse files
committed
vk: Fix MacOS build
1 parent b8411a9 commit 0aca5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpcs3/Emu/RSX/VK/vkutils/swapchain_macos.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace vk
99
using swapchain_NATIVE = swapchain_MacOS;
1010

1111
[[maybe_unused]] static
12-
VkSurfaceKHR make_WSI_surface(VkInstance vk_instance, display_handle_t handle, WSI_config* /*config*/)
12+
VkSurfaceKHR make_WSI_surface(VkInstance vk_instance, display_handle_t window_handle, WSI_config* /*config*/)
1313
{
1414
VkSurfaceKHR result = VK_NULL_HANDLE;
1515
VkMacOSSurfaceCreateInfoMVK createInfo = {};

0 commit comments

Comments
 (0)