mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Log the chosen Metal device
This commit is contained in:
@@ -701,6 +701,10 @@ public:
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
|
"Selected Metal device: %s",
|
||||||
|
device.name.UTF8String);
|
||||||
|
|
||||||
if (m_HwAccel && !checkDecoderCapabilities(device, params)) {
|
if (m_HwAccel && !checkDecoderCapabilities(device, params)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user