mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
DolphinNoGUI: Add a FBDev platform
And the associated GLContext bits
This commit is contained in:
parent
43fe02ee9b
commit
0a75e71672
6 changed files with 121 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue