]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
GL_ARB_multisampling defs (vid_multisampling) and alpha-to-coverage effect (r_transpa...
[xonotic/darkplaces.git] / quakedef.h
index d5688a77e71143198e6d5cde9493e6f753575c2d..4cc7527c0beb53af0b79698cca63a896afa7f7ba 100644 (file)
@@ -429,18 +429,19 @@ extern cvar_t developer_loading;
 #elif defined(__OpenBSD__)
 # define DP_OS_NAME            "OpenBSD"
 # define DP_OS_STR             "openbsd"
+#elif defined(TARGET_OS_IPHONE)
+# define DP_OS_NAME            "iPhoneOS"
+# define DP_OS_STR             "iphoneos"
+# define USE_GLES2             1
 #elif defined(MACOSX)
 # define DP_OS_NAME            "Mac OS X"
 # define DP_OS_STR             "osx"
 #elif defined(__MORPHOS__)
 # define DP_OS_NAME            "MorphOS"
 # define DP_OS_STR             "morphos"
-#elif defined(TARGET_OS_IPHONE)
-# define DP_OS_NAME            "iPhoneOS"
-# define DP_OS_STR             "iphoneos"
-# define USE_GLES2             1
 #else
 # define DP_OS_NAME            "Unknown"
+# define DP_OS_STR             "unknown"
 #endif
 
 #if defined(__GNUC__)