In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "LibELM"

From WiiBrew
Jump to navigation Jump to search
(Added the category thing.)
(Updated LibELM to 1.2!)
Line 4: Line 4:
 
| type        = library
 
| type        = library
 
| author      = [[User:SquidMan|SquidMan]]
 
| author      = [[User:SquidMan|SquidMan]]
| version    = 1.1
+
| version    = 1.2
 
| download    = http://github.com/SquidMan/libelm
 
| download    = http://github.com/SquidMan/libelm
 
| source      = http://github.com/SquidMan/libelm
 
| source      = http://github.com/SquidMan/libelm
 
| website    = http://squidman.no-ip.org/
 
| website    = http://squidman.no-ip.org/
 
}}
 
}}
'''LibELM''' is a FAT driver, like [[libFAT]]. However, LibELM is based on the amazing ELM FAT driver by ChaN.
+
'''LibELM''' is a FAT driver, like [[libFAT]]. However, LibELM is based on the amazing ELM FatFs driver by ChaN.
LibELM now has a ''devoptab'' so now you can use stdio functions (fopen, fread, etc.)! You can still use the old functions, although some names have changed. The original style is here: [http://elm-chan.org/fsw/ff/00index_e.html http://elm-chan.org/fsw/ff/00index_e.html]
+
LibELM now has a ''devoptab'' so now you can use stdio functions (fopen, fread, etc.)! Directories and LFN filenames are now supported! Now completely usable, for '''''everything'''''!
 +
1.2 is the Final release, if there are any bugs, please report them on the talk page, and I will fix them A.S.A.P.
  
 
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.
  
 
For software using LibELM, go to [[:Category:Homebrew using libELM]]
 
For software using LibELM, go to [[:Category:Homebrew using libELM]]
 +
 +
The original ELM FatFs page is here: [http://elm-chan.org/fsw/ff/00index_e.html http://elm-chan.org/fsw/ff/00index_e.html]

Revision as of 07:37, 28 September 2009

LibELM
General
Author(s)SquidMan
TypeLibrary
Version1.2
Links
Download
Website
Source

LibELM is a FAT driver, like libFAT. However, LibELM is based on the amazing ELM FatFs driver by ChaN. LibELM now has a devoptab so now you can use stdio functions (fopen, fread, etc.)! Directories and LFN filenames are now supported! Now completely usable, for everything! 1.2 is the Final release, if there are any bugs, please report them on the talk page, and I will fix them A.S.A.P.

LibELM is Wii only, at the moment, and supports SD card, USB stick, and should support SDGecko, but SDGecko has not been tested.

For software using LibELM, go to Category:Homebrew using libELM

The original ELM FatFs page is here: http://elm-chan.org/fsw/ff/00index_e.html