mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-26 15:46:18 -04:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user