mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 17:37:57 -05:00
Presentation: Only use FP16 in scaling shaders on supported devices in Vulkan
This commit is contained in:
committed by
Fernando Sahmkow
parent
a39e867c73
commit
dcc5b4f6b0
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
@ -25,6 +25,9 @@ if (ARCHITECTURE_x86_64)
|
||||
add_subdirectory(dynarmic)
|
||||
endif()
|
||||
|
||||
add_library(ffx-fsr INTERFACE)
|
||||
target_include_directories(ffx-fsr INTERFACE FidelityFX-FSR/ffx-fsr)
|
||||
|
||||
# getopt
|
||||
if (MSVC)
|
||||
add_subdirectory(getopt)
|
||||
|
Reference in New Issue
Block a user