mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-11 01:46:19 +00:00
![Ryan Houdek](/assets/img/avatar_default.png)
The final tail of the file reading was incorrect, so our hashing was "correct" but it was using stale data from the previous block size read. Noticed this while wiring up the CI rootfs fetching since the hashing is a lot simpler there. Now instead of reading a tail, just attempt to read the full block size and use the resulting data size instead. Confirmed it matches expected results now. In the process we are going to need to update hyperlinks and hashes anyway, change the hash to XXH3 so it is faster to run.