This repository has been archived on 2024-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
segatools/tokyoio/backend.h
2024-08-20 13:32:35 +02:00

11 lines
179 B
C

#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);
};