Merge pull request #2855 from Cacodemon345/voodoo-cmdfifo3-fix
voodoo: Account for padding words in CMDFIFO3
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user