Skip to content

pvr: Fix out of sync prim error

Previously if more than 512 tests passed, on the 513th test an abort would register due to the app running out of sync prim block space.

That's now fixed since we'll now use an allocator for it which will release the sync prim space.

Merge request reports