Line 29:
Line 29:
== Revision History ==
== Revision History ==
+
=== 1.4 ===
+
* Added a versioning header, so you can make sure that it's compiling with a compatible version.
+
* Added a function to choose the default device to be an ELM device. (So now you can make it use /foo/bar, instead of sd:/foo/bar)
+
* Added proper Sepples (C++) support.
+
* Now using FS_TINY 0, since FS_TINY 1 made opening multiple files at once... less than desirable.
+
* Frees some buffers that weren't free'd before. Oops, big memory leak there D:
+
* Fixed some warnings that were given out. They weren't any problematic warnings, just mild nuisances.
+
=== 1.3x ===
=== 1.3x ===
* Fixed a few fatal flaws that rendered 1.3 unusable.
* Fixed a few fatal flaws that rendered 1.3 unusable.