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