- replaced gl_PatchMenu with an MMX 'ifoption' check.
This commit is contained in:
parent
cf8ee3130b
commit
85300993af
4 changed files with 33 additions and 35 deletions
|
|
@ -240,6 +240,12 @@ static bool CheckSkipOptionBlock(FScanner &sc)
|
|||
{
|
||||
filter |= IsOpenALPresent();
|
||||
}
|
||||
else if (sc.Compare("MMX"))
|
||||
{
|
||||
#ifdef HAVE_MMX
|
||||
filter = true;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
while (sc.CheckString(","));
|
||||
sc.MustGetStringName(")");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue