mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-01-20 01:54:47 +00:00
11 lines
608 B
C#
11 lines
608 B
C#
// Explicit card profiles for Windows 2K on AMD architectures
|
|
//
|
|
// Vendor Renderer AllowOpenGL AllowD3D PreferOpenGL
|
|
//----------------------------------------------------------------------------------
|
|
addOSCardProfile( "Matrox", "G400", false, true, false);
|
|
addOSCardProfile( "Matrox", "G450", false, true, false);
|
|
addOSCardProfile( "3Dfx", "Voodoo4", true, false, true);
|
|
addOSCardProfile( "3Dfx", "Voodoo5", true, false, true);
|
|
addOSCardProfile( "3Dlabs", "GLINT R3 PT", false, true, false);
|
|
addOSCardProfile( "NVIDIA", "GeForce2", true, false, true);
|