mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(MSVC) Buildfix
This commit is contained in:
parent
78e5206e8f
commit
ddab95d1a6
@ -49,9 +49,9 @@ static const GUID common_xinput_guids[] = {
|
||||
void dinput_destroy_context(void);
|
||||
bool dinput_init_context(void);
|
||||
|
||||
bool g_xinput_block_pads;
|
||||
int g_xinput_pad_indexes[MAX_USERS];
|
||||
LPDIRECTINPUT8 g_dinput_ctx;
|
||||
extern bool g_xinput_block_pads;
|
||||
extern int g_xinput_pad_indexes[MAX_USERS];
|
||||
extern LPDIRECTINPUT8 g_dinput_ctx;
|
||||
|
||||
static void dinput_joypad_destroy(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user