mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 14:22:33 -07:00
vulkan_common: Move dynamic library load to a separate file
Allows us to initialize a Vulkan dynamic library from different backends without duplicating code.
This commit is contained in:
@@ -260,6 +260,8 @@ add_library(video_core STATIC
|
||||
textures/texture.h
|
||||
video_core.cpp
|
||||
video_core.h
|
||||
vulkan_common/vulkan_library.cpp
|
||||
vulkan_common/vulkan_library.h
|
||||
)
|
||||
|
||||
create_target_directory_groups(video_core)
|
||||
|
Reference in New Issue
Block a user