mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-03 17:38:58 +03:00
Certain submissions might not utilize megabuffering but reserve a `MegaBuffer` regardless, this is not optimal since it can inflate the allocations and waste memory. This commit addresses the issue by eliding the allocation given the current submission doesn't utilize them.