diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-12-25 00:22:07 +0100 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-12-25 01:07:24 +0100 |
commit | 1b9e08ab7821815a7c2023e16c575b24d37049ba (patch) | |
tree | b608402862eed2e6e235877ce6e8c51201721134 /CMakeLists.txt | |
parent | Merge pull request #5217 from lat9nq/save-on-boot (diff) | |
download | yuzu-1b9e08ab7821815a7c2023e16c575b24d37049ba.tar yuzu-1b9e08ab7821815a7c2023e16c575b24d37049ba.tar.gz yuzu-1b9e08ab7821815a7c2023e16c575b24d37049ba.tar.bz2 yuzu-1b9e08ab7821815a7c2023e16c575b24d37049ba.tar.lz yuzu-1b9e08ab7821815a7c2023e16c575b24d37049ba.tar.xz yuzu-1b9e08ab7821815a7c2023e16c575b24d37049ba.tar.zst yuzu-1b9e08ab7821815a7c2023e16c575b24d37049ba.zip |
Diffstat (limited to '')
-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 |