mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinNoGUI: Add a FBDev platform
And the associated GLContext bits
This commit is contained in:
@ -108,7 +108,7 @@ std::unique_ptr<GLContext> GLContext::Create(const WindowSystemInfo& wsi, bool s
|
||||
}
|
||||
#endif
|
||||
#if HAVE_EGL
|
||||
if (wsi.type == WindowSystemType::Headless)
|
||||
if (wsi.type == WindowSystemType::Headless || wsi.type == WindowSystemType::FBDev)
|
||||
context = std::make_unique<GLContextEGL>();
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user