Merge pull request #2854 from Cacodemon345/voodoo-cmdfifo2-fix

voodoo: CMDFIFO type 2 is available starting with Voodoo 2
This commit is contained in:
Miran Grča
2022-11-12 18:21:39 +01:00
committed by GitHub

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) {