mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-05-02 05:19:23 +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.