aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRodrigo Locatti <reinuseslisp@airmail.cc>2020-12-25 02:52:29 -0300
committerGitHub <noreply@github.com>2020-12-25 02:52:29 -0300
commit453560fb3a48a4318c10a3e8a631eb923a9a3c32 (patch)
tree8dcae921092fd9f9bc2ddf3b77af4a3a07b5eba1 /CMakeLists.txt
parentc8a4967c9d73d27460688c0ac6520f2df21d11a9 (diff)
parent1b9e08ab7821815a7c2023e16c575b24d37049ba (diff)
Merge pull request #5225 from ReinUsesLisp/always-vulkan
cmake: Always enable Vulkan
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 66bbd985a..eda555494 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,8 +24,6 @@ option(YUZU_ENABLE_BOXCAT "Enable the Boxcat service, a yuzu high-level implemen
option(ENABLE_CUBEB "Enables the cubeb audio backend" ON)
-option(ENABLE_VULKAN "Enables Vulkan backend" ON)
-
option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence" OFF)
# Default to a Release build