forked from TeamTofuShop/segatools
idzio: Prepare for switchable backends
This commit is contained in:
9
idzio/xi.h
Normal file
9
idzio/xi.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
/* Can't call this xinput.h or it will conflict with <xinput.h> */
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "idzio/backend.h"
|
||||
|
||||
HRESULT idz_xi_init(const struct idz_io_backend **backend);
|
Reference in New Issue
Block a user