mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Handle the internal name change for the S3 ViRGE/GX
(formerly ViRGE/DX VBE 2.0)
This commit is contained in:
@@ -888,7 +888,10 @@ load_video(void)
|
||||
}
|
||||
free_p = 1;
|
||||
}
|
||||
gfxcard = video_get_video_from_internal_name(p);
|
||||
if (!strcmp(p, "virge375_vbe20_pci")) /* migrate renamed cards */
|
||||
gfxcard = video_get_video_from_internal_name("virge385_pci");
|
||||
else
|
||||
gfxcard = video_get_video_from_internal_name(p);
|
||||
if (free_p)
|
||||
free(p);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user