mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 10:08:51 +00:00
Rename the interface files and hopefully fix OSX building.
This commit is contained in:
parent
09b05c0f6c
commit
01953ff64a
16 changed files with 29 additions and 25 deletions
|
@ -60,11 +60,6 @@ private:
|
|||
#undef STACKALIGN
|
||||
#define STACKALIGN __attribute__((__force_align_arg_pointer__))
|
||||
#endif
|
||||
// We use wxWidgets on OS X only if it is version 2.9+ with Cocoa support.
|
||||
#ifdef __WXOSX_COCOA__
|
||||
#define HAVE_WX 1
|
||||
#define USE_WX 1 // Use wxGLCanvas
|
||||
#endif
|
||||
|
||||
#elif defined _WIN32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue