You are not logged in.
Pages: 1
Not a problem in FCSR, but a problem that devkitpro's headers got out of sync with the binary libfat.
The stat struct reports as 64 bytes to your code, but to libfat, the size is bigger, so if you create a stat, then pass it to libfat, memory after the stat gets overwritten with zeroes.
Workaround: Make a char[96] and cast its address to a stat* as needed
I always just used DLDIRC for all my dldi patching needs. But dldirc still comes with the broken FAT disk image maker that is limited to floppy sized images.
"We are merely sprites that dance at the beck and call of our button pressing overlord."
Offline
Pages: 1