mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 10:20:41 +00:00
(Android) Buildfix
This commit is contained in:
parent
96a4417e38
commit
f46beade21
@ -2334,7 +2334,7 @@ bool vulkan_surface_create(gfx_ctx_vulkan_data_t *vk,
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
surf_info.sType = VK_STRUCTURE_TYPE_ANDROID_SURFACE_CREATE_INFO_KHR;
|
surf_info.sType = VK_STRUCTURE_TYPE_ANDROID_SURFACE_CREATE_INFO_KHR;
|
||||||
surf_into.pNext = NULL;
|
surf_info.pNext = NULL;
|
||||||
surf_info.flags = 0;
|
surf_info.flags = 0;
|
||||||
surf_info.window = (ANativeWindow*)surface;
|
surf_info.window = (ANativeWindow*)surface;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user