Merge pull request #4888 from lioncash/unicorn-remove

core: Remove usage of unicorn
This commit is contained in:
bunnei
2020-11-06 22:39:05 -08:00
committed by GitHub
18 changed files with 18 additions and 520 deletions

View File

@@ -264,11 +264,9 @@ endif()
if (MSVC)
include(CopyYuzuQt5Deps)
include(CopyYuzuSDLDeps)
include(CopyYuzuUnicornDeps)
include(CopyYuzuFFmpegDeps)
copy_yuzu_Qt5_deps(yuzu)
copy_yuzu_SDL_deps(yuzu)
copy_yuzu_unicorn_deps(yuzu)
copy_yuzu_FFmpeg_deps(yuzu)
endif()