mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 11:11:47 -06:00
Port XEX patcher to XenonRecomp. (#433)
* Port XEX patcher to XenonRecomp. * Update XenonRecomp submodule.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user