1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-30 23:57:15 +01:00
segatools-dniel97/idacio/xi.h

11 lines
256 B
C
Raw Normal View History

2023-04-23 16:13:51 +02:00
#pragma once
/* Can't call this xinput.h or it will conflict with <xinput.h> */
#include <windows.h>
#include "idacio/backend.h"
#include "idacio/config.h"
HRESULT idac_xi_init(const struct idac_xi_config *cfg, const struct idac_io_backend **backend);