Releases: Jonimoose/libfxcg
PrizmSDK+libfxcg v0.6
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
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
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
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! 😃