aboutsummaryrefslogtreecommitdiffstats
path: root/code/win32/win_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/win32/win_main.c')
-rw-r--r--code/win32/win_main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/code/win32/win_main.c b/code/win32/win_main.c
index 5f7bddb..ea73fb5 100644
--- a/code/win32/win_main.c
+++ b/code/win32/win_main.c
@@ -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;