mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 12:02:32 -07: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
@@ -237,6 +237,7 @@ target_include_directories(video_core PRIVATE ${FFmpeg_INCLUDE_DIR})
|
||||
target_link_libraries(video_core PRIVATE ${FFmpeg_LIBRARIES})
|
||||
target_link_options(video_core PRIVATE ${FFmpeg_LDFLAGS})
|
||||
|
||||
target_link_libraries(video_core PRIVATE ffx-fsr)
|
||||
add_dependencies(video_core host_shaders)
|
||||
target_include_directories(video_core PRIVATE ${HOST_SHADERS_INCLUDE})
|
||||
target_include_directories(video_core PRIVATE sirit ../../externals/Vulkan-Headers/include)
|
||||
|
Reference in New Issue
Block a user