mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
DolphinNoGUI: Add a FBDev platform
And the associated GLContext bits
This commit is contained in:
@ -11,7 +11,8 @@ enum class WindowSystemType
|
||||
MacOS,
|
||||
Android,
|
||||
X11,
|
||||
Wayland
|
||||
Wayland,
|
||||
FBDev,
|
||||
};
|
||||
|
||||
struct WindowSystemInfo
|
||||
|
Reference in New Issue
Block a user