mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
Add headless support on macOS
This commit is contained in:
parent
a389ae0711
commit
5298328cb1
5 changed files with 59 additions and 38 deletions
|
@ -370,7 +370,7 @@ class PlatformX11 : public Platform
|
|||
|
||||
static Platform* GetPlatform()
|
||||
{
|
||||
#if defined(USE_EGL) && defined(USE_HEADLESS)
|
||||
#if defined(USE_HEADLESS)
|
||||
return new Platform();
|
||||
#elif HAVE_X11
|
||||
return new PlatformX11();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue