mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Merge pull request #5276 from ligfx/macosheadless
Add headless support on macOS
This commit is contained in:
commit
192fec50b9
6 changed files with 79 additions and 56 deletions
|
@ -363,7 +363,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