mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 16:17:52 -05:00
Preprocessor: #if's out OSX-specific GL changes on other platforms
This commit is contained in:
@ -47,7 +47,7 @@
|
||||
#define EMU_PLATFORM PLATFORM_WINDOWS
|
||||
|
||||
#elif defined( __APPLE__ ) || defined( __APPLE_CC__ )
|
||||
#define EMU_PLATFORM PLATFORM_MAXOSX
|
||||
#define EMU_PLATFORM PLATFORM_MACOSX
|
||||
|
||||
#elif defined(__linux__)
|
||||
#define EMU_PLATFORM PLATFORM_LINUX
|
||||
|
Reference in New Issue
Block a user