mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
Don't use uninitialized variables.
This commit is contained in:
parent
c7b5d41151
commit
f8452e23c8
@ -986,6 +986,7 @@ bool vulkan_context_init(gfx_ctx_vulkan_data_t *vk,
|
|||||||
break;
|
break;
|
||||||
case VULKAN_WSI_NONE:
|
case VULKAN_WSI_NONE:
|
||||||
default:
|
default:
|
||||||
|
instance_extensions[1] = NULL;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user