forked from TeamTofuShop/segatools
switched to new capnhook, updated unityhook, added LED 15093 to MU3
This commit is contained in:
@ -145,7 +145,7 @@ HRESULT fgo_io_led_init(void)
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
void fgo_io_led_set_leds(uint8_t board, uint8_t *rgb)
|
||||
void fgo_io_led_set_colors(uint8_t board, uint8_t *rgb)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@ -83,4 +83,4 @@ HRESULT fgo_io_led_init(void);
|
||||
|
||||
Exact layout is TBD. */
|
||||
|
||||
void fgo_io_led_set_leds(uint8_t board, uint8_t *rgb);
|
||||
void fgo_io_led_set_colors(uint8_t board, uint8_t *rgb);
|
||||
|
Reference in New Issue
Block a user