mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Add CMake switch for disabling Discord Rich Presence and fix no llvm build
This commit is contained in:
parent
d643dcb43b
commit
b5cbe02f4d
4 changed files with 5 additions and 3 deletions
|
@ -12,6 +12,8 @@ option(USE_ALSA "ALSA audio backend" ON)
|
|||
option(USE_PULSE "PulseAudio audio backend" ON)
|
||||
option(USE_LIBEVDEV "libevdev-based joystick support" ON)
|
||||
|
||||
option(USE_DISCORD_RPC "Discord rich presence integration" ON)
|
||||
|
||||
option(USE_SYSTEM_ZLIB "Prefer system ZLIB instead of the builtin one" ON)
|
||||
|
||||
option(USE_VULKAN "Vulkan render backend" ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue