From 5f37f86a574e9368873cabefb99dc049524e724f Mon Sep 17 00:00:00 2001 From: Winins0 <65453129+Winins0@users.noreply.github.com> Date: Mon, 7 Dec 2020 16:57:12 +0300 Subject: [PATCH] Moved the OGC in vid_table.c. --- src/video/vid_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/vid_table.c b/src/video/vid_table.c index b332326de..c29afba8a 100644 --- a/src/video/vid_table.c +++ b/src/video/vid_table.c @@ -91,6 +91,7 @@ video_cards[] = { { "mda", &mda_device }, { "genius", &genius_device }, { "metheus928_isa", &s3_metheus_86c928_isa_device }, + { "ogc", &ogc_device }, { "oti037c", &oti037c_device }, { "oti067", &oti067_device }, { "oti077", &oti077_device }, @@ -177,7 +178,6 @@ video_cards[] = { { "virge375_vbe20_vlb", &s3_virge_375_4_vlb_device }, { "tgui9400cxi_vlb", &tgui9400cxi_device }, { "tgui9440_vlb", &tgui9440_vlb_device }, - { "ogc", &ogc_device }, { "", NULL } };