mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
Log the chosen Metal device
This commit is contained in:
parent
a6e549471c
commit
4290a54ffa
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user