Port XEX patcher to XenonRecomp. (#433)

* Port XEX patcher to XenonRecomp.

* Update XenonRecomp submodule.
This commit is contained in:
Skyth (Asilkan)
2025-02-19 20:31:01 +03:00
committed by GitHub
parent f123ec7083
commit 5ba4e927ab
18 changed files with 31 additions and 1193 deletions

View File

@@ -598,5 +598,5 @@ XexPatcher::Result Installer::checkGameUpdateCompatibility(const std::filesystem
}
std::vector<uint8_t> patchedBytes;
return XexPatcher::apply(xexBytes, patchBytes, patchedBytes, true);
return XexPatcher::apply(xexBytes.data(), xexBytes.size(), patchBytes.data(), patchBytes.size(), patchedBytes, true);
}