CITATION
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
LibELM is Wii only, at the moment, and supports SD card, USB stick, and should support SDGecko, but SDGecko has not been tested.
LibELM is Wii only, at the moment, and supports SD card, USB stick, and should support SDGecko, but SDGecko has not been tested.
CITATION
1.3 True Final
Reentrancy support using µSync.
Fixed directory listing.
Cache for increased speeds.
Changed drive names. libFAT styled now (sd:/, usb:/, gca:/, and gcb:/)
Cleaner code.
Start of DS code.
Updated demo to take advantage of new features.
Reentrancy support using µSync.
Fixed directory listing.
Cache for increased speeds.
Changed drive names. libFAT styled now (sd:/, usb:/, gca:/, and gcb:/)
Cleaner code.
Start of DS code.
Updated demo to take advantage of new features.
Download : http://github.com/SquidMan/libelm
Source : http://wiibrew.org/wiki/LibELM
Site Officiel : http://squidman.no-ip.org/
En meme temps SquidMan nous propose une autre librairie, µSync, qui peut soit fonctionner avec LibELM ou bien avec d'autres librairies.
Honnetement j'ai pas trop compris a quoi ça pouvait servir etant donne que la programmation c'est pas trop mon fort ^^
CITATION
µSync is a small, lightweight mutex/synchronization library written in C. It is meant to be as small and fast as possible. It is used in LibELM for reentrancy support, but was released as a separate library, as it may have other uses.
Download : http://github.com/SquidMan/uSync
Source : http://wiibrew.org/wiki/USync
Site Officiel : http://squidman.no-ip.org/