-
Notifications
You must be signed in to change notification settings - Fork 12
Update Libraries #491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update Libraries #491
Conversation
Remove check for EAX audio hardware acceleration. It's deprecated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the BASS audio library to version 2.5 (based on the copyright year update to 2025). The update modernizes the library by removing deprecated features and adding new functionality.
Changes:
- Updated BASS library binary (bass.lib) with new export symbols
- Updated BASS header file (bass.h) to version 2.5 with API additions, deprecations, and structure changes
- Removed obsolete EAX hardware acceleration check from CSoundSystem
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| cleo_plugins/Audio/bass/bass.lib | Binary import library updated with new version's export symbols |
| cleo_plugins/Audio/bass/bass.h | Header file updated to version 2.5 with new features, removed deprecated constants, and modernized structure definitions |
| cleo_plugins/Audio/CSoundSystem.cpp | Removed EAX field check that no longer exists in updated BASS_INFO structure |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
MiranDMC
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not checked if updated BASS library is actually newer than already included one.
It's newer and stable version. v2.4.18.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 9 out of 13 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Virustotal results are same with current: |
BASSandsimdjsonlibraries.Tested on game, it seems fine so far.