forked from TeamTofuShop/segatools
[apm3] add DInput and XInput support
This commit is contained in:
10
games/apm3io/backend.h
Normal file
10
games/apm3io/backend.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "apm3io/apm3io.h"
|
||||
|
||||
struct apm3_io_backend {
|
||||
void (*get_opbtns)(uint8_t *opbtn);
|
||||
void (*get_gamebtns)(uint16_t *gamebtn);
|
||||
};
|
Reference in New Issue
Block a user