skyline/app
Billy Laws 7d0b7f0b71 Handle OOB blits by adding to the texture base offset
The previous method would cause OOB reads for the last row to clamp, and adding an extra row would potentially encounter unmapped memory. So use this technique based on how Ryu does it.
2023-04-16 16:31:42 +01:00
..
libraries Update shader compiler 2023-04-02 17:35:12 +01:00
src/main Handle OOB blits by adding to the texture base offset 2023-04-16 16:31:42 +01:00
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle useLegacyPackaging for extractNativeLibs 2023-03-18 16:15:51 +01:00
CMakeLists.txt Stub some services 2023-04-03 10:30:20 +01:00
proguard-rules.pro Add kotlinx.serialization-json dependencies 2022-08-06 22:00:19 +05:30