mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 23:35:55 +00:00
parent
4cd030582d
commit
5639bcc0f5
@ -371,6 +371,11 @@ int main(int argc, char *argv[])
|
|||||||
qWarning() << "On the Raspberry Pi, you must enable the 'fake KMS' driver in raspi-config to use Moonlight outside of the GUI environment.";
|
qWarning() << "On the Raspberry Pi, you must enable the 'fake KMS' driver in raspi-config to use Moonlight outside of the GUI environment.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// EGLFS uses OpenGLES 2.0, so we will too. Some embedded platforms may not
|
||||||
|
// even have working OpenGL implementations, so GLES is the only option.
|
||||||
|
// See https://github.com/moonlight-stream/moonlight-qt/issues/868
|
||||||
|
SDL_SetHint(SDL_HINT_RENDER_DRIVER, "opengles2");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user