skyline/app
PixelyIon 168e51e7ad Always use GetLayerStride for layer stride in Texture
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.
2022-05-13 14:21:37 +05:30
..
libraries Update hades 2022-05-08 19:37:10 +01:00
src/main Always use GetLayerStride for layer stride in Texture 2022-05-13 14:21:37 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Update Build Tools to 33.0.0-rc4 2022-05-12 02:53:01 +05:30
CMakeLists.txt Add additional nifm stubs 2022-05-11 23:24:35 +01:00
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30