We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ed6c8 commit b05ff39Copy full SHA for b05ff39
gui/src/qmlbackend.cpp
@@ -709,13 +709,6 @@ void QmlBackend::createSession(const StreamSessionConnectInfo &connect_info)
709
}
710
#endif
711
712
-#if defined(Q_OS_WIN)
713
- if(session_info.hw_decoder == "vulkan" && session_info.video_profile.codec == CHIAKI_CODEC_H265_HDR && window->amdCard())
714
- {
715
- qCInfo(chiakiGui) << "Using amd card with vulkan hw decoding and hdr not supported on Windows, falling back to d3d11va...";
716
- session_info.hw_decoder = "d3d11va";
717
- }
718
-#endif
719
if (session_info.hw_decoder == "vulkan") {
720
#if defined(Q_OS_LINUX)
721
if(qEnvironmentVariableIsSet("APPIMAGE") && (qEnvironmentVariableIsSet("SteamDeck") || qEnvironmentVariable("DESKTOP_SESSION").contains("steamos")))
0 commit comments