
Originally Posted by
zabolyx
Make a switch in the menu maybe..... I was wanting one of these big a$$ cards... but with the probs listed... doesn't seem worth it....
Well I think I fixed that one issue with the mc free space. Although it now takes longer to look at the memory card with the fileBrowser. Fixing the lockup is a big deal though. All I did was change this:
Code:
if(!strncmp(path, "mc", 2)){
mcGetInfo(path[2]-'0', 0, NULL, &mcfreeSpace, NULL);
}
to this:
Code:
if(!strncmp(path, "mc", 2)){
mcGetInfo(path[2]-'0', 0, NULL, &mcfreeSpace, NULL);
mcSync(0, NULL, &ret);
}

Originally Posted by
zabolyx
I've been doing some not so great testing (for MCPaste)... and all have worked so far... not been checking the attributes... but copying and seeing if the programs can still read them....
should we make a list of the working ones or only worry about it if it doesn't work....
The non working ones most likely as there are a lot of working ones on my end.