summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRodrigo Locatti <reinuseslisp@airmail.cc>2020-12-25 06:52:29 +0100
committerGitHub <noreply@github.com>2020-12-25 06:52:29 +0100
commit453560fb3a48a4318c10a3e8a631eb923a9a3c32 (patch)
tree8dcae921092fd9f9bc2ddf3b77af4a3a07b5eba1 /CMakeLists.txt
parentcore: memory: Ensure thread safe access when pages are rasterizer cached (#5206) (diff)
parentcmake: Always enable Vulkan (diff)
downloadyuzu-453560fb3a48a4318c10a3e8a631eb923a9a3c32.tar
yuzu-453560fb3a48a4318c10a3e8a631eb923a9a3c32.tar.gz
yuzu-453560fb3a48a4318c10a3e8a631eb923a9a3c32.tar.bz2
yuzu-453560fb3a48a4318c10a3e8a631eb923a9a3c32.tar.lz
yuzu-453560fb3a48a4318c10a3e8a631eb923a9a3c32.tar.xz
yuzu-453560fb3a48a4318c10a3e8a631eb923a9a3c32.tar.zst
yuzu-453560fb3a48a4318c10a3e8a631eb923a9a3c32.zip
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