bNumConfigurations changes from 2 to 1

This commit is contained in:
Ross Owen
2023-06-14 14:36:39 +01:00
parent 4528bed740
commit e5a270347a
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ lib_xua Change Log
* ADDED: Support for statically defined custom HID descriptor
* CHANGED: Rearranged main() such that adding custom code that uses lib_xud
is possible
* CHANGED: bNumConfigurations changed from 2 to 1, removing a work-around to
stop old Windows versions loading the composite driver
* FIXED: Memory corruption due to erroneous initialisation of mixer
weights when not in use (#152)
* FIXED: UserHostActive() not being called as expected (#326)