mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-01-19 17:44:45 +00:00
15 lines
1.2 KiB
C#
15 lines
1.2 KiB
C#
// Explicit card profiles for Windows 95B on Intel architectures
|
|
//
|
|
// Vendor Renderer AllowOpenGL AllowD3D PreferOpenGL
|
|
//----------------------------------------------------------------------------------------------------------------------------------
|
|
addOSCardProfile( "ATI", "RAGE 128", true, false, true);
|
|
addOSCardProfile( "Matrox", "G450", false, true, false);
|
|
addOSCardProfile( "3Dfx", "Banshee", true, false, true);
|
|
addOSCardProfile( "3Dfx", "3Dfx/Voodoo3 (tm)/2 TMUs/16 MB SDRAM/ICD (Nov 2 2000)", false, true, false); // Voodoo3
|
|
addOSCardProfile( "3Dfx", "3Dfx/Voodoo3 (tm)/2 TMUs/16 MB SDRAM/ICD (Jan 17 2000)", true, false, true); // Voodoo3 3500 TV
|
|
addOSCardProfile( "3Dfx", "Voodoo4", true, false, true);
|
|
addOSCardProfile( "3Dfx", "Voodoo5", true, true, false);
|
|
addOSCardProfile( "S3", "Savage2000", true, false, true);
|
|
addOSCardProfile( "Imagination", "PowerVR KYRO", false, true, false);
|
|
addOSCardProfile( "NVIDIA", "GeForce2", true, false, true);
|