mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Add a Win32 NoGUI platform and project
This commit is contained in:
@ -35,10 +35,15 @@ public:
|
||||
#ifdef HAVE_X11
|
||||
static std::unique_ptr<Platform> CreateX11Platform();
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
static std::unique_ptr<Platform> CreateFBDevPlatform();
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
static std::unique_ptr<Platform> CreateWin32Platform();
|
||||
#endif
|
||||
|
||||
protected:
|
||||
void UpdateRunningFlag();
|
||||
|
||||
|
Reference in New Issue
Block a user