mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 18:37:57 -05:00
externals: Use unicorn DLL instead of static lib.
This commit is contained in:
@ -29,5 +29,7 @@ endif()
|
||||
|
||||
if (MSVC)
|
||||
include(CopyCitraSDLDeps)
|
||||
include(CopyYuzuUnicornDeps)
|
||||
copy_citra_SDL_deps(citra)
|
||||
copy_yuzu_unicorn_deps(citra)
|
||||
endif()
|
||||
|
@ -109,6 +109,8 @@ endif()
|
||||
if (MSVC)
|
||||
include(CopyCitraQt5Deps)
|
||||
include(CopyCitraSDLDeps)
|
||||
include(CopyYuzuUnicornDeps)
|
||||
copy_citra_Qt5_deps(citra-qt)
|
||||
copy_citra_SDL_deps(citra-qt)
|
||||
copy_yuzu_unicorn_deps(citra-qt)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user