change chuni_io_led_init from c_int to HRESULT to better match segatools implementation

This commit is contained in:
Scribbler 2023-12-21 00:09:48 +00:00
parent 15be6e1a2c
commit aef4fa5c56

View File

@ -297,8 +297,8 @@ export fn chuni_io_slider_set_leds(rgb: ?[*]u8) void {
} }
} }
export fn chuni_io_led_init() c_int { export fn chuni_io_led_init() HRESULT{
return 0; return S_OK;
} }
export fn chuni_io_led_set_colors(board: u8, rgb: ?[*]u8) void { export fn chuni_io_led_set_colors(board: u8, rgb: ?[*]u8) void {