mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-05-19 16:10:35 +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() {
|
bool apply() {
|
||||||
if (!m_Atomic) {
|
if (!m_Atomic) {
|
||||||
return 0;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
drmModeAtomicReqPtr req = nullptr;
|
drmModeAtomicReqPtr req = nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user