mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-01-20 01:54:47 +00:00
17 lines
1.4 KiB
C#
17 lines
1.4 KiB
C#
// Explicit card profiles for Windows 98 on AMD architectures
|
|
//
|
|
// Vendor Renderer AllowOpenGL AllowD3D PreferOpenGL
|
|
//----------------------------------------------------------------------------------------------------------------------------------------
|
|
addOSCardProfile( "Matrox", "G400", false, true, false);
|
|
addOSCardProfile( "Matrox", "G450", false, true, false);
|
|
addOSCardProfile( "3Dfx", "Banshee", true, false, true);
|
|
addOSCardProfile( "3Dfx", "3Dfx/Voodoo3 (tm)/2 TMUs/16 MB SDRAM/3DNow!/ICD (Nov 2 2000)", false, true, false); // Voodoo3
|
|
addOSCardProfile( "3Dfx", "3Dfx/Voodoo3 (tm)/2 TMUs/16 MB SDRAM/3DNow!/ICD (Jan 17 2000)", true, false, true); // Voodoo3 3500 TV
|
|
addOSCardProfile( "3Dfx", "Voodoo4", false, true, false);
|
|
addOSCardProfile( "3Dfx", "Voodoo5", true, true, false);
|
|
addOSCardProfile( "ATI", "RAGE 128", true, false, true);
|
|
addOSCardProfile( "ATI", "Radeon", true, true, false);
|
|
addOSCardProfile( "S3", "Savage2000", true, false, true);
|
|
addOSCardProfile( "Imagination", "PowerVR KYRO", true, true, false);
|
|
addOSCardProfile( "3Dlabs", "GLINT R3 PT", true, true, false);
|