make Sys_HighFPPrecision and Sys_LowFPPrecision available in sdl

This commit is contained in:
Bill Currie 2001-08-27 06:16:43 +00:00
parent abb1469364
commit 272332bb2c
2 changed files with 28 additions and 0 deletions

View file

@ -189,6 +189,20 @@ Sys_ConsoleInput (void)
return NULL;
}
#ifndef USE_INTEL_ASM
void
Sys_HighFPPrecision (void)
{
}
void
Sys_LowFPPrecision (void)
{
}
#endif
void
Sys_Sleep (void)
{

View file

@ -194,6 +194,20 @@ Sys_ConsoleInput (void)
}
#ifndef USE_INTEL_ASM
void
Sys_HighFPPrecision (void)
{
}
void
Sys_LowFPPrecision (void)
{
}
#endif
void
Sys_Sleep (void)
{