Skip to content

Releases: Jonimoose/libfxcg

PrizmSDK+libfxcg v0.6

12 Oct 23:03
8ef28fb
Compare
Choose a tag to compare

This version adds some more new syscalls, fixes some bugs and removes some items that were previously defined but unusable. All users are encouraged to upgrade.

For more detailed help in getting started with the SDK packages, see the Windows SDK HOWTO.

Changes

  • Compatibility with the old "mini-SDK" is removed: #68
  • USB syscalls added: #87
  • Removed redundant header files and ones that corresponded to code that isn't part of libfxcg.
  • strtol's implementation has been replaced with one that works correctly (the old one was buggy)

Full Changelog: v0.5.2...v0.6

Files in this release

  • PrizmSDK-win-0.6.7z: Windows SDK package in a 7-zip archive. If you can extract 7z archives, this offers the smallest download size.
  • PrizmSDK-win-0.6.zip: Windows SDK package in a zip archive, usable on most systems but a larger download than the 7z archive.
  • libfxcg-0.6-bin.zip: compiled libraries and header files only, suitable for dropping into an existing SDK package to update the libraries or using with your own non-SDK toolchain.

PrizmSDK+libfxcg v0.5.2

03 May 04:38
c6b1e05
Compare
Choose a tag to compare

This release adds support for some syscalls and improves support for various build configurations. Notably:

  • Libraries are built with fat LTO objects, allowing users to link with or without LTO enabled
  • The provided Makefile now links libraries in the correct order
  • C++ exceptions are disabled by default

For more detailed help in getting started with the SDK packages, see the Windows SDK HOWTO.

Files in this release:

  • PrizmSDK-win-0.5.2.7z: Windows SDK package in a 7-zip archive. If you can extract 7z archives, this offers the smallest download size.
  • PrizmSDK-win-0.5.2.zip: Windows SDK package in a zip archive, usable on most systems but a larger download than the 7z archive.
  • libfxcg-0.5.2-bin.zip: compiled libraries and header files only, suitable for dropping into an existing SDK package to update the libraries or using with your own non-SDK toolchain.

PrizmSDK+libfxcg v0.5.1

24 Aug 09:54
Compare
Choose a tag to compare

This version includes mkg3a v0.4.1 (with some important bugfixes) and some other minor library bugfixes.

For more detailed help in getting started with the SDK packages, see the Windows SDK HOWTO.

Files in this release:

  • PrizmSDK-win-0.5.1.7z: Windows SDK package in a 7-zip archive. If you can extract 7z archives, this offers the smallest download size.
  • PrizmSDK-win-0.5.1.zip: Windows SDK package in a zip archive, usable on most systems but a larger download than the 7z archive.
  • libfxcg-0.5.1-bin.zip: compiled libraries and header files only, suitable for dropping into an existing SDK package to update the libraries or using with your own non-SDK toolchain.

PrizmSDK+libfxcg v0.5

11 Apr 06:25
bf53864
Compare
Choose a tag to compare

For more detailed help in getting started with the SDK packages, see the Windows SDK HOWTO.

Files in this release:

  • PrizmSDK-win-0.5.7z: Windows SDK package in a 7-zip archive. If you can extract 7z archives, this offers the smallest download size.
  • PrizmSDK-win-0.5.zip: Windows SDK package in a zip archive, usable on most systems but a larger download than the 7z archive.
  • example-project-0.5.zip: the example project included in the SDK package at projects/example. Download this if you already have an SDK and want to quickly start a new project based on the example without downloading the whole SDK again.
  • libfxcg-0.5-bin.zip: compiled libraries and header files only, suitable for dropping into an existing SDK package to update the libraries or using with your own non-SDK toolchain.

Hopefully now easier to get started than ever! 😃