mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Add native fullscreen support for OS X.
This commit is contained in:
parent
9f8841e960
commit
39965e894d
4 changed files with 52 additions and 5 deletions
|
@ -29,6 +29,10 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#endif
|
||||
|
||||
#include "CDUtils.h"
|
||||
#include "Debugger/CodeWindow.h"
|
||||
#include "LogWindow.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue