mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-14 17:37:54 +03:00
e294fa8c91
Older Adreno proprietary drivers (5xx and below) will segfault while destroying the renderpass and associated objects if more than 64 subpasses are within a renderpass due to internal driver implementation details. This commit introduces checks to automatically break up a renderpass when that limit is hit.