mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 05:34:17 +00:00
Log the chosen Metal device
This commit is contained in:
parent
a6e549471c
commit
4290a54ffa
1 changed files with 4 additions and 0 deletions
|
@ -701,6 +701,10 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||
"Selected Metal device: %s",
|
||||
device.name.UTF8String);
|
||||
|
||||
if (m_HwAccel && !checkDecoderCapabilities(device, params)) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue