mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
(DInput) Buildfix pt. 2
This commit is contained in:
parent
ce6401f327
commit
58321991b0
@ -48,6 +48,7 @@ static const GUID common_xinput_guids[] = {
|
|||||||
/* forward declarations */
|
/* forward declarations */
|
||||||
void dinput_destroy_context(void);
|
void dinput_destroy_context(void);
|
||||||
bool g_xinput_block_pads;
|
bool g_xinput_block_pads;
|
||||||
|
int g_xinput_pad_indexes[MAX_USERS];
|
||||||
LPDIRECTINPUT8 g_dinput_ctx;
|
LPDIRECTINPUT8 g_dinput_ctx;
|
||||||
|
|
||||||
static void dinput_joypad_destroy(void)
|
static void dinput_joypad_destroy(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user