mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-17 04:17:55 +03:00
7a0cfb484c
All our normal alignment functions are designed to only handle power of 2 (`POT`) multiples as we only align or check alignment to `POT` multiples but there are cases where this is not possible and we deal with `NPOT` multiples which is why this function is required.