skyline/app/src/main/cpp
PixelyIon 35fde2cd0b Rework Blocklinear Texture Deswizzling
Blocklinear texture decoding was broken for padding blocks and would incorrectly decode them resulting in major texture corruption for any textures with their widths not aligned to 64 bytes. This has now been fixed with neater code which avoids redundant repetition of any code using lambdas and functions where necessary.
2022-04-14 14:14:52 +05:30
..
skyline Rework Blocklinear Texture Deswizzling 2022-04-14 14:14:52 +05:30
emu_jni.cpp Use the new log file name & ext for every logger context 2021-11-11 16:32:19 +01:00
loader_jni.cpp Make Logger class static and introduce LoggerContext 2021-11-11 16:13:24 +01:00