1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-24 13:06:29 -05:00

Preprocessor: #if's out OSX-specific GL changes on other platforms

This commit is contained in:
archshift
2014-06-09 16:51:09 -07:00
committed by bunnei
parent 06ef8f001a
commit ee4717aaae
3 changed files with 9 additions and 1 deletions

View File

@@ -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