forked from TeamTofuShop/segatools
added support for tokyo
This commit is contained in:
10
tokyoio/backend.h
Normal file
10
tokyoio/backend.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "tokyoio/tokyoio.h"
|
||||
|
||||
struct tokyo_io_backend {
|
||||
void (*get_gamebtns)(uint8_t *gamebtn);
|
||||
void (*get_sensors)(uint8_t *sense);
|
||||
};
|
Reference in New Issue
Block a user