Correct undevbranching of the Matrox Millenium

This commit is contained in:
Jasmine Iwanek
2023-12-16 14:35:52 -05:00
parent ce7673b2f1
commit 7d9b10d556
4 changed files with 7 additions and 3 deletions

View File

@@ -433,7 +433,7 @@ extern const device_t pgc_device;
/* Matrox MGA */
extern const device_t millennium_device;
# if defined(DEV_BRANCH)
# if defined(DEV_BRANCH) && defined(USE_MGA)
extern const device_t mystique_device;
extern const device_t mystique_220_device;
# endif