File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44/cmalcor /bin /
55/cmalcor /obj /
66/cmalcor /build_temp /
7+ * .db
8+ * .opendb
79
810# ################
911# # C++
Original file line number Diff line number Diff line change 66// Uses C99/C++ comments, can't bother to replace them.
77
88#if defined(CMALCOR_COMPILING) || defined(CMALCOR_COMPILING_CLI)
9- #define CMALCOR_CAPI_VERSION 0x010100
10- #define CMALCOR_CAPI_VERSION_STRING " 1.1.0 "
9+ #define CMALCOR_CAPI_VERSION 0x010101
10+ #define CMALCOR_CAPI_VERSION_STRING " 1.1.1 "
1111#endif
1212
1313/*
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ static HidDevice GetDevice()
4242 if (auto newdev = HidDevice::ScanForDevice (0x2516 , 0x2D )) // newer versions of the alcor firmware uses this PID/VID
4343 return newdev;
4444 else
45- return HidDevice (); // return HidDevice ::ScanForDevice(0x2516, 0x28); -- still needs someone to test
45+ return HidDevice::ScanForDevice (0x2516 , 0x28 );
4646#endif
4747}
4848
You can’t perform that action at this time.
0 commit comments