Better altivec cvar handling. Should fix crashes at startup, or curious

people that toggle it on at runtime on a G3.
This commit is contained in:
Ryan C. Gordon 2005-12-04 21:40:25 +00:00
parent dd4dce194e
commit ff9c89f8fe
4 changed files with 42 additions and 11 deletions

View file

@ -1176,6 +1176,13 @@ void Sys_Init( void ) {
}
qboolean Sys_DetectAltivec( void )
{
return qfalse; // never altivec on Windows...at least for now. :)
}
//=======================================================================
int totalMsec, countMsec;