mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-11 03:48:51 +01:00
![PixelyIon](/assets/img/avatar_default.png)
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.