Added handling of normal compression for patching xex files (#126)

* Added handling of normal compression for patching xex files

* Added normal compression handling to XenonAnalyse

* Swap calloc for unique_ptr, tidied up code layout
This commit is contained in:
The Spicy Chef
2025-04-12 11:05:53 +01:00
committed by GitHub
parent 0bfeaed44a
commit 49c5e3b4f5
3 changed files with 123 additions and 2 deletions

View File

@@ -16,6 +16,8 @@
#include <span>
#include <vector>
extern int lzxDecompress(const void* lzxData, size_t lzxLength, void* dst, size_t dstLength, uint32_t windowSize, void* windowData, size_t windowDataLength);
struct XexPatcher
{
enum class Result {