TribesReplay/IntelW2KCardProfiles.cs

10 lines
638 B
C#
Raw Normal View History

2017-07-18 02:51:48 +00:00
// Explicit card profiles for Windows 2K on Intel architectures
//
// Vendor Renderer AllowOpenGL AllowD3D PreferOpenGL
//----------------------------------------------------------------------------------------
addOSCardProfile( "3Dfx", "Voodoo4", true, false, true);
addOSCardProfile( "3Dfx", "Voodoo5", true, false, true);
addOSCardProfile( "S3", "Savage2000", true, false, true);
addOSCardProfile( "Imagination", "PowerVR KYRO", false, true, false);
addOSCardProfile( "3Dlabs", "GLINT R3 PT", false, true, false);
addOSCardProfile( "NVIDIA", "GeForce2", true, false, true);