mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-02 14:32:32 +01:00
168e51e7ad
The `GuestTexture::GetLayerStride` function was not always being utilized to retrieve the layer stride inside `Texture`, it would instead directly access the `guestTexture::layerStride` member. This is problematic as it may not be initialized and return `0` which would lead to a broken image copy.