aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/qcommon.h
diff options
context:
space:
mode:
authoricculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-12-04 21:40:25 +0000
committericculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-12-04 21:40:25 +0000
commit11273ed8d96a39f140f0bd82009e31fe435cc3d7 (patch)
tree1c234b00dc1a224a71054a119186bcfc1bdb1cfd /code/qcommon/qcommon.h
parent743a8fd50fc698f7a45cf54c89943231cd11b5f3 (diff)
downloadioquake3-aero-11273ed8d96a39f140f0bd82009e31fe435cc3d7.tar.gz
ioquake3-aero-11273ed8d96a39f140f0bd82009e31fe435cc3d7.zip
Better altivec cvar handling. Should fix crashes at startup, or curious
people that toggle it on at runtime on a G3. git-svn-id: svn://svn.icculus.org/quake3/trunk@410 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon/qcommon.h')
-rw-r--r--code/qcommon/qcommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h
index 35e44dd..01f4564 100644
--- a/code/qcommon/qcommon.h
+++ b/code/qcommon/qcommon.h
@@ -1033,6 +1033,8 @@ unsigned int Sys_ProcessorCount( void );
int Sys_MonkeyShouldBeSpanked( void );
+qboolean Sys_DetectAltivec( void );
+
/* This is based on the Adaptive Huffman algorithm described in Sayood's Data
* Compression book. The ranks are not actually stored, but implicitly defined
* by the location of a node within a doubly-linked list */