Category: Wii

libdolfs (Initial Version) (Wii misc)
libdolfs is a library for accessing a read-only ramdisk (attached to a .dol at compile-time) as though it were a regular filesystem. It provides a convenient way to include support data with an executable, esp. when porting some code where you don't want to change the underlying core to add an alternative to fread()... or when using psoload without an SD card. Read more about libdolfs (Initial Version) (Wii misc)
By · 0 comments
LibELM v1.2 (Wii misc)
LibELM is a FAT driver, like libfat. However, LibELM is based on the amazing ELM FAT driver by ChaN. LibELM does NOT use a devoptab and as such, does not use the stdio functions (fopen, fread, etc.), but uses it's own. You can find all the information on how to use LibELM here: http://elm-chan.org/fsw/ff/00index_e.html Read more about LibELM v1.2 (Wii misc)
By · 0 comments