Add Pica Texture Encoding Decoding

Supported Formats: A4, A8, L4, L8, RGB565, RGB888 RGBA8888 (for now)
Add a .clang-format
Move ctrff into a subdirectory
Replace the BCLIM creation part with Pica encoder
Fix non const RGB565ToRGBA issue
This commit is contained in:
2026-01-06 21:51:51 +01:00
parent e4fa2202d2
commit 022d69dc8e
13 changed files with 626 additions and 66 deletions

View File

@@ -6,4 +6,5 @@
#include <ctrff/bcwav.hpp>
#include <ctrff/binutil.hpp>
#include <ctrff/lz11.hpp>
#include <ctrff/pica.hpp>
#include <ctrff/smdh.hpp>