]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
Bugfix: Don't use OpenGL 3.2 core context just yet - more fixes needed first.
[xonotic/darkplaces.git] / quakedef.h
index 60d5db3004a84d52852513b8756d4fc1deda18d6..c374573bde8f0bfe818e1f0aff8a23a731c83449 100644 (file)
@@ -178,7 +178,7 @@ extern char engineversion[128];
 // NUM_AMBIENTS to NUM_AMBIENTS + MAX_DYNAMIC_CHANNELS - 1 = normal entity sounds
 // NUM_AMBIENTS + MAX_DYNAMIC_CHANNELS to total_channels = static sounds
 #define        MAX_DYNAMIC_CHANNELS    512
-#define        MAX_CHANNELS                    1028
+#define        MAX_CHANNELS                    (8192 + 4)
 #define        MODLIST_TOTALSIZE               256
 #define        MAX_FAVORITESERVERS             256
 #define        MAX_DECALSYSTEM_QUEUE   1024
@@ -427,6 +427,7 @@ extern cvar_t sessionid;
 # define DP_OS_NAME            "Android"
 # define DP_OS_STR             "android"
 # define USE_GLES2             1
+# define USE_RWOPS             1
 # define LINK_TO_ZLIB  1
 # define LINK_TO_LIBVORBIS 1
 # define DP_MOBILETOUCH        1