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:
@ -35,6 +35,9 @@ public:
|
||||
#ifdef HAVE_X11
|
||||
static std::unique_ptr<Platform> CreateX11Platform();
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
static std::unique_ptr<Platform> CreateFBDevPlatform();
|
||||
#endif
|
||||
|
||||
protected:
|
||||
void UpdateRunningFlag();
|
||||
|
Reference in New Issue
Block a user