mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-05-19 16:10:35 +00:00
Don't use CAMetalDisplayLink on Intel Macs
When in Direct mode, skipping a frame will cause the display to flash black on Tahoe.
This commit is contained in:
@@ -828,7 +828,7 @@ public:
|
||||
void startDisplayLink()
|
||||
{
|
||||
if (@available(macOS 14, *)) {
|
||||
if (m_MetalDisplayLink != nullptr || !m_MetalLayer.displaySyncEnabled) {
|
||||
if (m_MetalDisplayLink != nullptr || !m_MetalLayer.displaySyncEnabled || !isAppleSilicon()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user