jprjr / lazygsf

A library for decoding GSF (Game Boy Advance) files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lazygsf

A library for playing back GSF files with mGBA.

Building

This should build with CMake, in the usual way.

Pass -DBUILD_SHARED_LIBS to build this as a shared library.

If you build a static library, be aware there's a lot of symbols, you'll want to take some post-processing steps to limit symbol visibility.

Example Application

See gsf2wav

Licensing

MIT. See LICENSE

Exceptions apply to:

  • mGBA ( MPL 2.0, details in the mgba folder).

About

A library for decoding GSF (Game Boy Advance) files

License:MIT License


Languages

Language:C 59.8%Language:CMake 40.2%