mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-05-18 23:50:16 +00:00
Fix incorrect apply() return value for legacy DRM clients
This commit is contained in:
@@ -588,7 +588,7 @@ class DrmRenderer : public IFFmpegRenderer {
|
||||
|
||||
bool apply() {
|
||||
if (!m_Atomic) {
|
||||
return 0;
|
||||
return true;
|
||||
}
|
||||
|
||||
drmModeAtomicReqPtr req = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user