mirror of
https://github.com/UberGames/ioef.git
synced 2025-05-30 00:41:17 +00:00
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:
parent
dd4dce194e
commit
ff9c89f8fe
4 changed files with 42 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue