mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 21:35:20 +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.