mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-09 10:09:25 +01: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.