mirror of
https://github.com/open-goal/jak-project
synced 2026-07-31 00:14:38 -04:00
5165a828a5
This fixes the crash reported in https://github.com/open-goal/jak-project/issues/2833 There was a memory bug here for a long time where our array of `VagCmd` in `iso_queue.cpp` was too small. This caused GetVagCommand to return bogus pointers, and sound code would write over other parts of memory.