mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
Add a Win32 NoGUI platform and project
This commit is contained in:
parent
0755f92979
commit
5a65031611
11 changed files with 421 additions and 7 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue