mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add MacOS Platform
Use MacOS Standard Fullscreen hotkey
This commit is contained in:
@ -43,6 +43,10 @@ public:
|
||||
static std::unique_ptr<Platform> CreateWin32Platform();
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
static std::unique_ptr<Platform> CreateMacOSPlatform();
|
||||
#endif
|
||||
|
||||
protected:
|
||||
void UpdateRunningFlag();
|
||||
|
||||
|
Reference in New Issue
Block a user