mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 01:45:20 +03:00
Unindexed quad draws were broken when multiple draw calls were done on the same vertex buffer, with a non-zero `first` index. Indexed quad draws also suffered from the same issue, but was never encountered in games. This commit fixes both cases by accounting for the `first` drawn index when generating conversion index buffers.