mirror of
https://github.com/libretro/RetroArch
synced 2025-02-17 15:41:01 +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;
|
||||
case VULKAN_WSI_NONE:
|
||||
default:
|
||||
instance_extensions[1] = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user