MGA cleanup

This commit is contained in:
Alexander Babikov
2024-02-18 19:12:57 +05:00
parent 1e23813057
commit 0fa364dec3
4 changed files with 0 additions and 17 deletions

View File

@@ -28,10 +28,6 @@ add_library(vid OBJECT agpgart.c video.c vid_table.c vid_cga.c vid_cga_comp.c
vid_ibm_rgb528_ramdac.c vid_sdac_ramdac.c vid_ogc.c vid_mga.c vid_nga.c
vid_tvp3026_ramdac.c vid_att2xc498_ramdac.c vid_xga.c)
if(MGA2)
target_compile_definitions(vid PRIVATE USE_MGA2)
endif()
if(VGAWONDER)
target_compile_definitions(vid PRIVATE USE_VGAWONDER)
endif()