move "video driver database" to text file
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
[VideoCards]
|
||||
NumEntries=3
|
||||
|
||||
[0000]
|
||||
DriverRegex=Voodoo3
|
||||
Renderers=d3d
|
||||
Width=640
|
||||
Height=480
|
||||
DisplayColor=16
|
||||
TextureColor=16
|
||||
|
||||
[0001]
|
||||
DriverRegex=GeForce|Radeon
|
||||
Renderers=opengl,d3d
|
||||
Width=640
|
||||
Height=480
|
||||
DisplayColor=32
|
||||
TextureColor=32
|
||||
|
||||
// Default graphics settings used for all cards that don't match above.
|
||||
// This must be the very last entry!
|
||||
[0002]
|
||||
DriverRegex=
|
||||
Renderers=opengl,d3d
|
||||
Width=640
|
||||
Height=480
|
||||
DisplayColor=16
|
||||
TextureColor=16
|
||||
Reference in New Issue
Block a user