Page 1 of 1

Any SD card fixes in the next version?

Posted: Mon Feb 11, 2008 8:05 pm
by PeterM
Hello,

Currently I access the SD card via SoftDev's TinyFAT FS library instead of the SD card lib built into libOGC. This adds a couple of layers of code to my file handling which I'd like to ditch when libOGC's SD card library works well enough.

I was wondering if any of the SD bugs are fixed in the CVS version of libOGC?

Thanks!

Re: Any SD card fixes in the next version?

Posted: Wed May 13, 2009 9:54 pm
by joemartyniuk
Good. Somebody else who wants SD card access. Me too. Joe

PS. can you access the SDcard serial number using SoftDev's TinyFAT FS library?

thanks. joe

Re: Any SD card fixes in the next version?

Posted: Thu May 14, 2009 2:21 pm
by dontwantanick
What SD bugs do you have in mind? The only one i knew(timestamp when creating folders) was fixed in libfat 1.0.4:
http://forums.devkitpro.org/viewtopic.php?f=13&t=1236

For me sd card access works well, but i do only basic file read/write stuff.