skyline/app
PixelyIon de300bfdbe Refactor Texture Swizzling
The API for texture swizzling is now more concrete and abstracted out from `GuestTexture`, this allows for neater usage in certain areas such as MaxwellDMA while having a `GuestTexture` wrapper as well allowing for neater usage in those cases. 

The code itself has also been cleaned up slightly with all usage of `u32`s being upgraded to `size_t` as this is simply more efficient due to the compiler not needing to emulate wraparound behavior for integer types smaller than the processor word size.
2022-05-19 17:13:55 +05:30
..
libraries Update hades 2022-05-08 19:37:10 +01:00
src/main Refactor Texture Swizzling 2022-05-19 17:13:55 +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 Refactor Texture Swizzling 2022-05-19 17:13:55 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30