We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1127b0a commit 8578f4bCopy full SHA for 8578f4b
Controllers/WushiController/WushiL50USBController.cpp
@@ -47,9 +47,9 @@ void WushiL50USBController::setMode(WushiL50State * in_mode)
47
| Copy in color data |
48
\*-----------------------------------------------------*/
49
memcpy(&usb_buf[0x04 + OFFSET], in_mode->zone0_rgb, 3);
50
- memcpy(&usb_buf[0x07 + OFFSET], in_mode->zone0_rgb, 3);
51
- memcpy(&usb_buf[0x0A + OFFSET], in_mode->zone0_rgb, 3);
52
- memcpy(&usb_buf[0x0D + OFFSET], in_mode->zone0_rgb, 3);
+ memcpy(&usb_buf[0x07 + OFFSET], in_mode->zone1_rgb, 3);
+ memcpy(&usb_buf[0x0A + OFFSET], in_mode->zone2_rgb, 3);
+ memcpy(&usb_buf[0x0D + OFFSET], in_mode->zone3_rgb, 3);
53
54
usb_buf[0x11 + OFFSET] = in_mode->wave_ltr;
55
usb_buf[0x12 + OFFSET] = in_mode->wave_rtl;
0 commit comments