voodoo: CMDFIFO type 2 is available starting with Voodoo 2

This commit is contained in:
Cacodemon345
2022-11-12 23:15:57 +06:00
parent d827a3708c
commit 728d44f979

View File

@@ -359,8 +359,8 @@ voodoo_fifo_thread(void *param)
break;
case 2:
if (voodoo->type < VOODOO_BANSHEE)
fatal("CMDFIFO2: Not Banshee\n");
if (voodoo->type < VOODOO_2)
fatal("CMDFIFO2: Not Voodoo 2\n");
mask = (header >> 3);
addr = 8;
while (mask) {