mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-11 15:29:06 +01:00
7a6f27a19a
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.