fix Savage crashes in D3D
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[0000]
|
||||
DriverRegex=Voodoo3|3dfx
|
||||
Renderers=d3d
|
||||
Renderers=d3d,opengl
|
||||
Width=640
|
||||
Height=480
|
||||
DisplayColor=16
|
||||
@@ -36,25 +36,29 @@ AntiAliasing=0
|
||||
|
||||
[0003]
|
||||
DriverRegex=Savage
|
||||
Renderers=d3d,opengl // OpenGL driver doesn't support EXT_texture_env_combine
|
||||
// OpenGL is unusable on my Savage IV with even the latest drivers.
|
||||
// It draws 30 frames of gibberish then crashes. I haven't spent time
|
||||
// debugging because the d3d renderer works (mostly!). -Chris
|
||||
Renderers=d3d
|
||||
Width=640
|
||||
Height=480
|
||||
DisplayColor=16
|
||||
TextureColor=16
|
||||
AntiAliasing=0
|
||||
|
||||
[0004]
|
||||
DriverRegex=OpenGL // Please add a comment. What is this supposed to match? -Chris
|
||||
Renderers=opengl
|
||||
Width=640
|
||||
Height=480
|
||||
DisplayColor=16
|
||||
TextureColor=16
|
||||
AntiAliasing=1 // Right now, they've got to have NVidia or ATi Cards anyway..
|
||||
#// Please add a comment. What is this supposed to match? -Chris
|
||||
#[0004]
|
||||
#DriverRegex=OpenGL
|
||||
#Renderers=opengl
|
||||
#Width=640
|
||||
#Height=480
|
||||
#DisplayColor=16
|
||||
#TextureColor=16
|
||||
#AntiAliasing=1 // Right now, they've got to have NVidia or ATi Cards anyway..
|
||||
|
||||
// Default graphics settings used for all cards that don't match above.
|
||||
// This must be the very last entry!
|
||||
[0005]
|
||||
[0004]
|
||||
DriverRegex=
|
||||
Renderers=opengl,d3d
|
||||
Width=640
|
||||
|
||||
Reference in New Issue
Block a user