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
(LibELM Released!)
 
(Updated to 1.1! WE GOT DEVOPTAB :D)
Line 4: Line 4:
 
| type        = library
 
| type        = library
 
| author      = [[User:SquidMan|SquidMan]]
 
| author      = [[User:SquidMan|SquidMan]]
| version    = 1.0
+
| version    = 1.1
 
| download    = http://github.com/SquidMan/libelm
 
| download    = http://github.com/SquidMan/libelm
 
| source      = http://github.com/SquidMan/libelm
 
| source      = http://github.com/SquidMan/libelm
Line 11: Line 11:
  
 
'''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 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 http://elm-chan.org/fsw/ff/00index_e.html]
+
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 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.

Revision as of 01:38, 20 September 2009

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

LibELM is a FAT driver, like libfat. However, LibELM is based on the amazing ELM FAT 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

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