mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Wow, those cards are old...
Remove detection for cards that are don't support at LEAST DirectX 8. There's no way they would even be able to get past Direct3DCreate9, so we shouldn't need to worry about them... I hope.
This commit is contained in:
@ -2281,13 +2281,6 @@ void plClient::IDetectAudioVideoSettings()
|
||||
plPipeline::fDefaultPipeParams.VideoQuality = pixelshaders ? 2 : 1;
|
||||
plPipeline::fDefaultPipeParams.VSync = false;
|
||||
|
||||
// card specific overrides
|
||||
if(rec->GetDriverDesc() && strstr(rec->GetDriverDesc(), "FX 5200"))
|
||||
{
|
||||
plPipeline::fDefaultPipeParams.AntiAliasingAmount = 0;
|
||||
}
|
||||
|
||||
|
||||
int val = 0;
|
||||
hsStream *stream = nil;
|
||||
hsUNIXStream s;
|
||||
|
Reference in New Issue
Block a user