|
|
|
@ -73,7 +73,7 @@ option(ENABLE_WERROR "Enable -Werror diagnostics" ON) |
|
|
|
# Lossless Scaling frame generation. Only Android. |
|
|
|
cmake_dependent_option(ENABLE_LSFG "Enable Lossless Scaling frame generation" ON "ANDROID" OFF) |
|
|
|
|
|
|
|
option(ENABLE_RESHADE "Enable ReShade FX post-processing effects" ON) |
|
|
|
cmake_dependent_option(ENABLE_RESHADE "Enable ReShade FX post-processing effects" ON "WIN32 OR ANDROID OR APPLE OR LINUX OR FREEBSD" OFF) |
|
|
|
|
|
|
|
# non-linux bundled qt are static |
|
|
|
if (YUZU_USE_BUNDLED_QT AND (APPLE OR NOT UNIX)) |
|
|
|
|