bodgit / psx

Golang library for reading and writing Sony PlayStation 1 memory card images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support out of order blocks when copying

bodgit opened this issue · comments

Blocks in a multi-block save can in theory be non-contiguous. When copying, follow the link order value in each directory frame to find the next block rather than assume it's the next block along.