Merge pull request #2855 from Cacodemon345/voodoo-cmdfifo3-fix

voodoo: Account for padding words in CMDFIFO3
This commit is contained in:
Miran Grča
2022-11-12 19:09:19 +01:00
committed by GitHub

View File

@@ -429,6 +429,8 @@ voodoo_fifo_thread(void *param)
if (v_num == 3 && ((header >> 3) & 7) == 0)
v_num = 0;
}
while (num--)
cmdfifo_get(voodoo);
break;
case 4: