diff options
| author | 2014-06-09 16:51:09 -0700 | |
|---|---|---|
| committer | 2014-06-12 06:10:55 -0400 | |
| commit | ee4717aaaed6302aacd6d378bf0c75b811957c40 (patch) | |
| tree | a103ab1c58e1d19ce0d0e28516cb8bcad63b8da1 /src/common | |
| parent | Common: Removed duplicate "LONG" and "MAX_PATH" definitions. (diff) | |
| download | yuzu-ee4717aaaed6302aacd6d378bf0c75b811957c40.tar.gz yuzu-ee4717aaaed6302aacd6d378bf0c75b811957c40.tar.xz yuzu-ee4717aaaed6302aacd6d378bf0c75b811957c40.zip | |
Preprocessor: #if's out OSX-specific GL changes on other platforms
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/platform.h b/src/common/platform.h index 944bb0303..b02b52cd2 100644 --- a/src/common/platform.h +++ b/src/common/platform.h | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | #define EMU_PLATFORM PLATFORM_WINDOWS | 47 | #define EMU_PLATFORM PLATFORM_WINDOWS |
| 48 | 48 | ||
| 49 | #elif defined( __APPLE__ ) || defined( __APPLE_CC__ ) | 49 | #elif defined( __APPLE__ ) || defined( __APPLE_CC__ ) |
| 50 | #define EMU_PLATFORM PLATFORM_MAXOSX | 50 | #define EMU_PLATFORM PLATFORM_MACOSX |
| 51 | 51 | ||
| 52 | #elif defined(__linux__) | 52 | #elif defined(__linux__) |
| 53 | #define EMU_PLATFORM PLATFORM_LINUX | 53 | #define EMU_PLATFORM PLATFORM_LINUX |