Convert SACD ISO files in 2064 block size to standard 2048.
Download the fix2064sacd.exe (Windows 64bit) from here or build from source code. Then run:
PS > fix2064sacd.exe -i Source_ISO_file -o Target_ISO_file
Follow MinGW guide.
-
Get MYYS2
-
Install MinGW-w64 toolchain in MSYS2 terminal
pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain
Enter and Y
-
In folder containing
fix2064sacd.c
file, run:gcc -o fix2064sacd.exe fix2064sacd.c