mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-18 10:32:38 +00:00
Correct comment to avoid confusion
This commit is contained in:
parent
0395c0cc95
commit
8f63d59b81
@ -139,7 +139,7 @@ bool DrmRenderer::initialize(PDECODER_PARAMETERS params)
|
|||||||
|
|
||||||
// If we're not sharing the DRM FD with SDL, that means we don't
|
// If we're not sharing the DRM FD with SDL, that means we don't
|
||||||
// have DRM master, so we can't call drmModeSetPlane(). We can
|
// have DRM master, so we can't call drmModeSetPlane(). We can
|
||||||
// only use EGL to render in this situation.
|
// use EGLRenderer or SDLRenderer to render in this situation.
|
||||||
if (!m_SdlOwnsDrmFd) {
|
if (!m_SdlOwnsDrmFd) {
|
||||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"Direct rendering via DRM is disabled");
|
"Direct rendering via DRM is disabled");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user