skyline/app
PixelyIon afebf77544 Zero-Initialize GuestTexture Members
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.
2021-10-27 22:49:45 +05:30
..
libraries Improve Clean Exit + Audio Pausing + Improve System Language Setting 2021-10-26 10:46:36 +05:30
src/main Zero-Initialize GuestTexture Members 2021-10-27 22:49:45 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Update NDK to 23.1.7779620 2021-10-26 10:46:36 +05:30
CMakeLists.txt Silence errors from libraries 2021-10-26 20:08:18 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30