Add basic support for the Quantum3D Raven.
AGP was worked on but found to be unstable (freezing on the first frame whenever entering Direct3D fullscreen), so it was removed.
This commit is contained in:
@@ -193,6 +193,7 @@ video_cards[] = {
|
||||
{ .device = &tgui9680_pci_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &voodoo_banshee_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &creative_voodoo_banshee_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &quantum3d_raven_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &voodoo_3_1000_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &voodoo_3_2000_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
{ .device = &voodoo_3_3000_device, .flags = VIDEO_FLAG_TYPE_NONE },
|
||||
|
||||
Reference in New Issue
Block a user