forked from TeamTofuShop/segatools
Diva: Fix slider detection & sensor order
This commit is contained in:
@ -5,9 +5,11 @@
|
||||
enum {
|
||||
SLIDER_CMD_AUTO_SCAN = 0x01,
|
||||
SLIDER_CMD_SET_LED_CHUNI = 0x02,
|
||||
SLIDER_CMD_SET_LED_DIVA = 0x02,
|
||||
SLIDER_CMD_AUTO_SCAN_START = 0x03,
|
||||
SLIDER_CMD_AUTO_SCAN_STOP = 0x04,
|
||||
SLIDER_CMD_SET_LED_DIVA = 0x9,
|
||||
SLIDER_CMD_DIVA_UNK_09 = 0x09,
|
||||
SLIDER_CMD_DIVA_UNK_0A = 0x0A,
|
||||
SLIDER_CMD_RESET = 0x10,
|
||||
SLIDER_CMD_GET_BOARD_INFO = 0xF0,
|
||||
};
|
||||
|
Reference in New Issue
Block a user