Implement shader archive decompressor for the build system. (#466)

* Implement shader archive decompressor for the build system.

* Fix Linux compilation error.
This commit is contained in:
Skyth (Asilkan)
2025-02-26 13:49:36 +03:00
committed by GitHub
parent 821f5eba4b
commit 999fa2af61
5 changed files with 274 additions and 1 deletions
@@ -52,6 +52,11 @@
"type": "file",
"path": "private/shader.ar",
"dest": "UnleashedRecompLib/private"
},
{
"type": "file",
"path": "private/shader_decompressed.ar",
"dest": "UnleashedRecompLib/private"
}
],
"build-options": {