Files
Xenia-Canary/src/xenia
emoose 509f33ba27 [VFS/STFS] Fix BlockToOffsetSTFS for non-read_only_format (CON) packages
Previous code would give wrong results for those types of packages as the block_shift would cancel itself out, moving it to happen afterward let it give the right result though, probably a mistake while reversing it.
(eg. block 0 would give 0xB000, but that's wrong for non-read_only packages as 0xA000 and 0xB000 are reserved for the first hash-table there, fixed code returns the correct 0xC000 offset)

Also changed it to a multiply & renamed it to blocks_per_hash_table to make it more obvious what the purpose is.
2021-05-05 12:35:51 -05:00
..
2021-05-01 17:29:05 -05:00
2020-11-22 20:34:07 -06:00
2020-12-26 04:50:27 -06:00
2021-05-01 17:29:05 -05:00
2020-12-31 16:04:50 +03:00
2020-04-07 16:09:41 -05:00
2021-05-02 08:21:10 -05:00
2021-05-01 17:29:05 -05:00
2020-04-07 16:09:41 -05:00