Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using a Span<T> passes a reference to the PPU frame buffer and can result in a corrupted frame if the consuming emulator cannot process it before the next frame begins rendering. Changing this back to a byte[].
- Loading branch information