mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-14 01:19:13 +01:00
![PixelyIon](/assets/img/avatar_default.png)
Members of `GuestTexture` were apparently not being initialized and this led to UB since they would be read as random values. Titles such as Super Mario Odyssey avoided setting `baseArrayLayer` which led to it being left at the default value which was completely random and this would lead to crashes. This commit fixes this by initializing said values correctly.