From 09066358c4e703a6d5d658cdac28b23a8e385c34 Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 23 Feb 2022 22:54:55 +0100 Subject: [PATCH] Fixed the duplicate graphics cards. --- src/video/vid_table.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/video/vid_table.c b/src/video/vid_table.c index ce7106655..f3797e730 100644 --- a/src/video/vid_table.c +++ b/src/video/vid_table.c @@ -142,11 +142,11 @@ video_cards[] = { { &radius_svga_multiview_mca_device }, { &mach64gx_pci_device }, { &mach64vt2_device }, - { &et4000w32p_videomagic_revb_pci_device }, + { &et4000w32p_videomagic_revb_pci_device }, { &et4000w32p_revc_pci_device }, { &et4000w32p_cardex_pci_device }, { &et4000w32p_noncardex_pci_device }, - { &et4000w32p_pci_device }, + { &et4000w32p_pci_device }, { &gd5430_pci_device, }, { &gd5434_pci_device }, { &gd5436_pci_device }, @@ -154,8 +154,6 @@ video_cards[] = { { &gd5446_pci_device }, { &gd5446_stb_pci_device }, { &gd5480_pci_device }, - { &et4000w32p_pci_device }, - { &creative_voodoo_banshee_device }, { &s3_spea_mercury_lite_86c928_pci_device }, { &s3_diamond_stealth64_964_pci_device }, { &s3_elsa_winner2000_pro_x_964_pci_device }, @@ -187,7 +185,7 @@ video_cards[] = { { &s3_diamond_stealth_4000_pci_device }, { &s3_trio3d2x_pci_device }, #if defined(DEV_BRANCH) && defined(USE_MGA) - { &millennium_device }, + { &millennium_device }, { &mystique_device }, { &mystique_220_device }, #endif