mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-16 21:51:17 +00:00
Add config option to allow EGL usage when built with MMAL
This commit is contained in:
@@ -1239,7 +1239,7 @@ bool DrmRenderer::canExportEGL() {
|
||||
return false;
|
||||
}
|
||||
|
||||
#ifdef HAVE_MMAL
|
||||
#if defined(HAVE_MMAL) && !defined(ALLOW_EGL_WITH_MMAL)
|
||||
// EGL rendering is so slow on the Raspberry Pi 4 that we should basically
|
||||
// never use it. It is suitable for 1080p 30 FPS on a good day, and much
|
||||
// much less than that if you decide to do something crazy like stream
|
||||
|
||||
Reference in New Issue
Block a user