diff options
| author | Rodrigo Locatti <reinuseslisp@airmail.cc> | 2020-12-25 02:52:29 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-25 02:52:29 -0300 |
| commit | 453560fb3a48a4318c10a3e8a631eb923a9a3c32 (patch) | |
| tree | 8dcae921092fd9f9bc2ddf3b77af4a3a07b5eba1 /CMakeLists.txt | |
| parent | c8a4967c9d73d27460688c0ac6520f2df21d11a9 (diff) | |
| parent | 1b9e08ab7821815a7c2023e16c575b24d37049ba (diff) | |
Merge pull request #5225 from ReinUsesLisp/always-vulkan
cmake: Always enable Vulkan
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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 |
