forked from TeamTofuShop/segatools
mai2: update all LED boards to use two boards
This commit is contained in:
@ -1,15 +1,10 @@
|
||||
#pragma once
|
||||
#include <assert.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include "hooklib/fdshark.h"
|
||||
#include "hooklib/reg.h"
|
||||
#include "hooklib/uart.h"
|
||||
#include "mai2hook/mai2-dll.h"
|
||||
#include "util/dprintf.h"
|
||||
#include "util/dump.h"
|
||||
|
||||
struct touch_config
|
||||
{
|
||||
@ -40,4 +35,4 @@ static HRESULT touch_handle_irp_locked(struct irp *irp, struct uart *uart);
|
||||
/* Called in mai2io to send touch data.
|
||||
Similar to chuni slider_res_auto_scan, but the host does not require periodic updates.
|
||||
Touch data is sent only when there is a change. */
|
||||
static void touch_auto_scan(const uint8_t player, const uint8_t state[7]);
|
||||
static void touch_auto_scan(const uint8_t player, const uint8_t state[7]);
|
||||
|
Reference in New Issue
Block a user