mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-11 02:06:11 +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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user