diff options
| author | Scott Mansell <phiren@gmail.com> | 2026-07-31 18:00:43 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-31 18:00:43 +1200 |
| commit | f1b4345d0854f1c4e5e8eb683237a771c6de5456 (patch) | |
| tree | c7b3ba090225e9a438094daff6231e0270154fa3 /Source/Core/DolphinQt | |
| parent | 3bd410c4c5bf9f66b013d63f4421364e95bd9722 (diff) | |
| parent | 6ec57bcc5d02c3319ad4a39a8cc277263d4eac3f (diff) | |
Merge pull request #14755 from JoshuaVandaele/cmakeupd-qt-useless-dlls
windeployqt: Disable uneeded DLLs
Diffstat (limited to 'Source/Core/DolphinQt')
| -rw-r--r-- | Source/Core/DolphinQt/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index 1e97ad47c4..1228885c1d 100644 --- a/Source/Core/DolphinQt/CMakeLists.txt +++ b/Source/Core/DolphinQt/CMakeLists.txt @@ -581,6 +581,7 @@ if (WIN32) --no-translations --no-compiler-runtime --no-system-d3d-compiler + --no-system-dxc-compiler --no-opengl-sw "$<TARGET_FILE:dolphin-emu>" ) |
