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

LibELM

From WiiBrew
Jump to navigation Jump to search
LibELM
General
Author(s)SquidMan
TypeLibrary
Version1.2
Links
Download
Website
Source

Important Notices

  • LibELM v1.2's directory functions DO NOT WORK on subdirectories of the root! This means unless you are using it on the root of the device, it will not return any entries! This is to be fixed in v1.3!

LibELM

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

Revision History

1.2 Final

  • Complete devoptab. (File functions, directory functions, old error reporting style in addition to errno)
  • Better error handling.
  • Cleaner code.
  • Fixed memory leak.

1.1

  • Partial devoptab. (File functions, no directory functions, fail error reporting.)
  • Changed a few functions to assist in devoptab and for other help.

1.0

  • Initial release.
  • No devoptab.
  • SD Card, USB Drive, and SDGecko Support.