mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-10 22:00:14 +03:00
A buffer with 0 as the start/end IOVA should be invalid as there shouldn't be any mappings at 0 in GPU VA, titles such as Puyo Puyo Tetris configure the Vertex Buffer with 0 IOVAs which leads to a segmentation fault without this exception.