-
Notifications
You must be signed in to change notification settings - Fork 8
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
Added support for SSE BSAs #6
base: master
Are you sure you want to change the base?
Added support for SSE BSAs #6
Conversation
Alright, tests passing. There aren't any tests for SSE BSAs yet - I'll add those once we have a test BSA in testing-plugins. |
Added SSE plugins and BSA to |
Now that I've merged the testing-plugins PR, can you extend the existing tests to also check the SSE BSAs? |
Sure, I'll get right on that! 😄 |
NOTE: I didn't add LZ4 to libbsa, so I'm fairly certain decompression will not be working on my PR. We'll see once I add the tests. ^_^ |
This code was tested in my .NET wrapper version of SSE, but should be tested again somehow as well. I presume some things will need to be changed/adjusted, so just let me know what I should do to get things 👌.
^_^