mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-11 10:38:53 +01:00
![PixelyIon](/assets/img/avatar_default.png)
Certain writes during swizzling went out of bounds due to incorrect `blockExtentY` calculation, the previous commit to fix this ended up breaking it further. This commit returns to the original commit's calculations with the proper addendum of a check for exact alignment with a GOB which is the case that was broken earlier.