mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-12 06:51:09 +00:00
make Sys_HighFPPrecision and Sys_LowFPPrecision available in sdl
This commit is contained in:
parent
abb1469364
commit
272332bb2c
2 changed files with 28 additions and 0 deletions
|
@ -189,6 +189,20 @@ Sys_ConsoleInput (void)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef USE_INTEL_ASM
|
||||||
|
void
|
||||||
|
Sys_HighFPPrecision (void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void
|
||||||
|
Sys_LowFPPrecision (void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
Sys_Sleep (void)
|
Sys_Sleep (void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -194,6 +194,20 @@ Sys_ConsoleInput (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef USE_INTEL_ASM
|
||||||
|
void
|
||||||
|
Sys_HighFPPrecision (void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void
|
||||||
|
Sys_LowFPPrecision (void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Sys_Sleep (void)
|
Sys_Sleep (void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue