move "video driver database" to text file

This commit is contained in:
Chris Danford
2003-05-31 21:34:07 +00:00
parent 379aca13c7
commit f1cc708710
4 changed files with 108 additions and 70 deletions
+28
View File
@@ -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