Search found 3 matches

by chishm
Wed Dec 24, 2008 9:26 am
Forum: libfat
Topic: Transitioning fat:/ to sd:/ on Wii
Replies: 6
Views: 41309

Re: Transitioning fat:/ to sd:/ on Wii

Is the problem here in the interface between the loader and the application, or within the application? If it's the latter, then I say we stick with option 5 -- the only shit that will break will be apps that are recompiled, and hopefully those doing the recompilation will notice that during testin...
by chishm
Wed Dec 24, 2008 7:19 am
Forum: libfat
Topic: Transitioning fat:/ to sd:/ on Wii
Replies: 6
Views: 41309

Re: Transitioning fat:/ to sd:/ on Wii

How valuable is that operation (enumerating devoptab to produce a unique list of devices)? It allows you to retrieve a list of all mounted devices, which is useful for browsing for files. Do we know of any specific apps that currently do that? I believe Dhewg uses this in ScummVM. What actual effec...
by chishm
Wed Dec 24, 2008 2:46 am
Forum: libfat
Topic: Transitioning fat:/ to sd:/ on Wii
Replies: 6
Views: 41309

Transitioning fat:/ to sd:/ on Wii

As you've probably noticed, the newest libfat uses sd:/ and usb:/ instead of fat[0-9]: on the Wii. This had the unintended side-effect of breaking the current working directory passed in via argv[0] from loaders. There are a few strategies to fix this, but none of them are perfect, so I need some op...