forked from TeamTofuShop/segatools
idac: test
This commit is contained in:
11
idacio/backend.h
Normal file
11
idacio/backend.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "idacio/idacio.h"
|
||||
|
||||
struct idac_io_backend {
|
||||
void (*jvs_read_buttons)(uint8_t *gamebtn);
|
||||
void (*jvs_read_shifter)(uint8_t *gear);
|
||||
void (*jvs_read_analogs)(struct idac_io_analog_state *state);
|
||||
};
|
Reference in New Issue
Block a user