mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix HEVC Main10 support check on macOS GPUFamily1 GPUs
This commit is contained in:
@@ -321,6 +321,12 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
|
"No HEVC Main10 support on macOS GPUFamily1 GPUs");
|
||||||
|
[device release];
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
[device release];
|
[device release];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user